Line width = 0 in templates effectively disables hline and vline
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 18.8k
- フォーク
- 2.8k
- 平均マージ
- 16時間 26分
- マージ済み PR(30日)
- 21
説明
Three of the templates, ggplot2, simple_white and seaborn have line width set to 0.
https://github.com/plotly/plotly.py/blob/743b52484f47c518b85a04027c1b393528f44c15/packages/python/plotly/templategen/definitions.py#L44
https://github.com/plotly/plotly.py/blob/743b52484f47c518b85a04027c1b393528f44c15/packages/python/plotly/templategen/definitions.py#L95
https://github.com/plotly/plotly.py/blob/743b52484f47c518b85a04027c1b393528f44c15/packages/python/plotly/templategen/definitions.py#L223
This causes the add_hline and add_vline methods to not appear by default when using these templates, and the line_width property has to be set manually. I'm proposing that these templates have a thin line width value to enable vlines and hlines by default.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
packages/python/plotly/templategen/definitions.py の、ggplot2、simple_white、seaborn テンプレートに関する参照された行から始めます。線幅が 0 であることが add_hline と add_vline にどのような影響を与えるかを確認し、その後、細いデフォルトの線によって line_width を手動で設定しなくても両方のメソッドを使用できることを検証します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- data-visualization
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 45/100