cetz-package / cetz-plot

Create Plots and Charts with CeTZ
GNU Lesser General Public License v3.0
7 stars 1 forks source link

Share x axis #1

Open dscso opened 4 months ago

dscso commented 4 months ago

Is there an elegant way of sharing the x axis:

image

like so: https://matplotlib.org/stable/gallery/subplots_axes_and_figures/shared_axis_demo.html

johannes-wolf commented 4 months ago

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.