Plotly.express.imshow shows letters behind numbers when number is small (i.e 1.19e-07)
オープン
まだ誰も着手していません。
bug
P3
- 主要言語
- Python
- スター
- 18.8k
- フォーク
- 2.8k
- 平均マージ
- 16時間 26分
- マージ済み PR(30日)
- 21
説明
While doing a course in statistics I came across the issue where numbers approaching 0 appear as letters instead of their numerical representation when using imshow for heatmaps.
Such as ending in ‘f’ for ‘OP1 - OP4’ and ‘n’ for ‘OP3 - OP4’ as seen below. Is there a way to fix this? While not dealbreaking, since Dunn’s test doesn’t benefit from displaying values below 0.01, it is still weird and unexpected behavior…
Screenshot from Plotly:
Screenshot from console log:
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、1.19e-07 に近い値で報告された Plotly.express.imshow のヒートマップの挙動を再現し、描画されたラベルとコンソール出力を比較します。セルのテキストを担当するフォーマット処理の経路を追跡します。小さい値が文字ではなく数値として表示され、通常のヒートマップのラベルにリグレッションがないことが完了の条件です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- data-visualization
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100