MATLAB Function Reference |
Show or hide one of the figure plot tools
Syntax
showplottool('tool
') showplottool('on','tool
') showplottool('off','tool
') showplottool('toggle','tool
') showplottool(figure_handle,...)
Description
showplottool('
shows the specified plot tool on the current figure. tool
')
tool
can be one of the following strings:
showplottool('on','
shows the specified plot tool on the current figure.tool
')
showplottool('off','
hides the specified plot tool on the current figure.tool
')
showplottool('toggle','
toggles the visibility of the specified plot tool on the current figure.tool
')
showplottool(figure_handle,...)
operates on the specified figure instead of the current figure.
See Also
shiftdim | shrinkfaces |
© 1994-2005 The MathWorks, Inc.