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.
我正在使用核心情节来绘制分散情节。我有十个数据,例如(1,45),(2,54),(3,35),(4,44),...,(9,43),(10,50)。该窗口可显示 5 个数据。如果我向左滚动,则窗口可以显示其他数据。
现在的问题是,它总是首先显示前 5 个数据。如果我想先显示最后 5 个数据,我该怎么办?
谢谢!
绘图空间控制绘图区域中可见的数据。要显示 x 值介于 5 和 10 之间的点,请将 设置为5 和5xRange的范围。locationlength
xRange
location
length