[BUG]: Setting only an upper or lower bound for axes does not work when one axis is categorical, or in Jupyter
オープン
@emilykl がすでに取り組んでいます。
2026年3月18日 から。
bug
- 主要言語
- Python
- スター
- 18.8k
- フォーク
- 2.8k
- 平均マージ
- 16時間 26分
- マージ済み PR(30日)
- 21
説明
Setting only the upper or lower bound for axes in plotly (introduced here) does not work (at least in scatter plots). If one of the bounds is set to None, the range does not change at all.
import plotly.express as px
fig = px.scatter([0,6])
fig = fig.update_yaxes(range=[0, None])
display(fig)
Plotly 6.6
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。