Skip to content

MatchAxis(vertical: false) produces unexpected output #217

@ckovamees

Description

@ckovamees

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.
keep_multiplot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions