Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定の範囲内にあるデータの 99% に焦点を当てたグラフを作成しようとしています。つまり、視点/「拡大する能力」を歪める 1% の外れ値があることを意味します。私が何をしようとしているのかを示す添付の写真を見てください。基本的に、y軸の一部を折りたたみたいです。それが重要な場合、私はpythonを使用しています。plotly でこれを行うことができない場合は、別のライブラリを知っていれば、別のライブラリに切り替えることができます。
レイアウトから y 軸の範囲を調整できます。例えば:
layout['yaxis']['range'] = [-5, 15]