Show or hide Figure Palette
figurepalette('show')
figurepalette('hide')
figurepalette('toggle')
figurepalette
figurepalette(figure_handle,...)
figurepalette('show')
displays the Figure Palette on
the current figure.
figurepalette('hide')
hides the Figure Palette on the
current figure.
figurepalette('toggle')
toggles the visibility of the Figure Palette
on the current figure.
figurepalette
is the same as
figurepalette('show')
.
figurepalette(figure_handle,...)
shows
or hides the palette on the figure specified by figure_handle
.
Plot a line and open the figure palette.
plot(1:10)
figurepalette('show')
If you call figurepalette
in a MATLAB® program
and subsequent lines depend on the Figure Palette being fully initialized,
follow it by drawnow
to ensure complete initialization.
Open or close the Figure Palette tool from the figure's View menu.