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.
场景:带有一些负值和正值的线/散点图。
问题:负值超出了图表的底部。
愿望:用可见的图形区域查看所有值。
我需要向上调整 Y 轴的零/负值以显示所有图形。
必须有一个简单的方法来做到这一点......通过范围?
里克。
设置yRange绘图空间的 。绘图范围由起始位置(例如,-10)和长度(例如,25)定义。此示例范围将从 -10 开始并扩展到 15 (-10 + 25)。
yRange