Thanks for a great project, I'm just starting to use it.
I'm using MultiPlot (in lieu of QuickPlot's secondY: true) and want to have similar X-axis (dates), but let the Y-axis represent different data, with different scale.
I'm use 'Cookbook.Figure_73_Multiplot()' to reproduce and illustrate here.
If I add vertical:false, like this
plt.subplots[2].MatchAxis(plt.subplots[3], vertical:false);
Then the X-axis adapts to the source plot's X-axis, but the Y-axis is left empty.
