I have plots of 3-axis accelerometer time-series data (t,x,y,z) in separate subplots I\'d like to zoom together. That is, when I use the \"Zoom to Rectangle\" tool on one p
Interactively this works on separate axes
for ax in fig.axes: ax.set_xlim(0, 50) fig.draw()