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