You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the problem this feature will solve?
When zooming out on the plot, new data is fetched to fill the entire range shown on the X-Axis. When you zoom back in the data remains sparse. Depending on how far you zoom in there can be a lot of whitespace shown between points.
Describe the solution you'd like
Change PyDMArchiverTimePlot.updateXAxis to request data from the archiver on either zoom in or zoom out.
The text was updated successfully, but these errors were encountered:
What's the problem this feature will solve?
When zooming out on the plot, new data is fetched to fill the entire range shown on the X-Axis. When you zoom back in the data remains sparse. Depending on how far you zoom in there can be a lot of whitespace shown between points.
Describe the solution you'd like
Change
PyDMArchiverTimePlot.updateXAxis
to request data from the archiver on either zoom in or zoom out.The text was updated successfully, but these errors were encountered: