splitaxes
Split a multi-graph axes into overlay axes (one per graph).
Syntax
Section titled “Syntax”splitaxes(h)Description
Section titled “Description”Converts an axes containing multiple graphs into an overlay of N y-axes sharing one x-axis — each graph gets its own auto-scaled y-axis. Useful when graphs have very different value ranges. Reverse with Plot → Recombine Graphs.
MathJet-specific (see Reference > Visualization > Chart and axis splitting).
Example
Section titled “Example”splitaxes(gca)See also
Section titled “See also”yysplit— Split an axes by adding a secondary y-axis.layoutaxes— Configure the axes layout on a chart sheet.