Skip to content

Plots with multiple of one axis only parse the text for the last axis created #19

@jamescamdenmartin

Description

@jamescamdenmartin

Plots with multiple of one axis, for example a seperate x axis on both top and bottom of the figure, only parse the text for the last axis created.

MATLAB changes the xaxis or yaxis child to be an array of NumericRuler objects. Fixing this isn't completely straightforward, as the naming scheme for the NumericRuler properties is different. Also there appears to be no way to get the 'Location' property of the NumericRuler, so MATLAB only makes this accessible for the last axis to be created.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions