rerun
rerun copied to clipboard
Share X axis between multiple scalar plots
Is your feature request related to a problem? Please describe.
When deal with datas of long time, we may need to zoom in for every plot, which is troublesome to operate and could make the axis of different plots not aligned.
Describe the solution you'd like
I suggest to add a feature to the viewer which work like matplotlib plt.subplots(3,1, sharex='col'). The argument sharex = 'col' can share the x-axis between subplots, and always keep the same while zooming, dragging the plots.
This is very similar to:
- https://github.com/rerun-io/rerun/issues/294
Concrete proposal for this: https://github.com/rerun-io/rerun/issues/9789