MATLAB Function Reference Previous page   Next Page
plottools

Show or hide the plot tools

Syntax

Description

plottools('on') displays the Figure Palette, Plot Browser, and Property Editor on the current figure.

plottools('off') hides the Figure Palette, Plot Browser, and Property Editor on the current figure.

plottools with no arguments, is the same as plottools('on')

plottools(figure_handle,...) displays or hides the plot tools on the specified figure instead of the current figure.

plottools(...,'tool') operates on the specified tool only. tool can be one of the following strings:

See Also

figurepalette, plotbrowser, propertyeditor


Previous page  plotmatrix plotyy Next page

© 1994-2005 The MathWorks, Inc.