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。如果不可能在情节中做到这一点,如果你知道的话,我可以切换到另一个库。
您可以从布局调整 y 轴的范围。例如:
layout['yaxis']['range'] = [-5, 15]