MATLAB Function Reference Previous page   Next Page
showplottool

Show or hide one of the figure plot tools

Syntax

Description

showplottool('tool') shows the specified plot tool on the current figure. tool can be one of the following strings:

showplottool('on','tool') shows the specified plot tool on the current figure.

showplottool('off','tool') hides the specified plot tool on the current figure.

showplottool('toggle','tool') toggles the visibility of the specified plot tool on the current figure.

showplottool(figure_handle,...) operates on the specified figure instead of the current figure.

See Also

getplottool, plottools


Previous page  shiftdim shrinkfaces Next page

© 1994-2005 The MathWorks, Inc.