Figures in MATLAB
Hierarchy of Figure objects.
Commonly usefull plot options
Take the following example:
DisplayName: Label for the data. Callinglegend()will create thee legend using theDisplayName.HandleVisibility: Ifoffthe series will not appear in the legend.
Select a different color theme
Before ploting:
A list of built-in themes here.
Reset color order
Reset color order so MATLAB goes back to the initial color. Good when trying to match colors (e.g., of points and lines) in same plot.
or