implement angleref for scattergl
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 18.8k
- フォーク
- 2.8k
- 平均マージ
- 16時間 26分
- マージ済み PR(30日)
- 21
説明
It seems to me that angleref works fine using px.scatter when using svg, and it does not work when using webgl.
angleref
Code: fig.update_traces(marker_angleref=, selector=dict(type='scatter'))
However, the scattergl page does not, but it is referenced that it should
angle
Code: fig.update_traces(marker_angle=, selector=dict(type='scattergl'))
Type: angle
Default: 0
Sets the marker angle in respect to angleref
Is this a bug? Or perhaps missing because webgl does not support angleref?
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Issue の marker_angleref と marker_angle のスニペットを使い、SVG を使用する px.scatter と scattergl で報告された差異を再現します。レポートにリンクされている scatter と scattergl のリファレンスエントリを比較します。完了条件は、scattergl が angleref をサポートすべきかどうかを明らかにし、結果の動作を文書化またはテストすることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- data-visualization
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100