Linking axes

Ah, there’s the confusion then. To me “link axis” means what the linkaxes command in MATLAB does: Synchronize limits of multiple axes - MATLAB linkaxes

I guess in matplotlib/PyPlot it goes by the kwarg name sharex.

Given that a backend such at PyPlot or PlotlyJS supports the linkaxes behavior that I’m after, does that mean that it’s possible to expose that via Plots?

Edit: Maybe best to keep discussion in one place: https://github.com/JuliaPlots/Plots.jl/issues/1371

2 Likes