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
This is currently not possible, as there is no way of getting a plot's axes from the outside.
All you can currently do is use x-min: ... and x-max: ... on both of your pots, but I guess this is not what you want.
Is there an elegant way of sharing the x axis:
like so:
https://matplotlib.org/stable/gallery/subplots_axes_and_figures/shared_axis_demo.html
The text was updated successfully, but these errors were encountered: