| Contents | Index |

Click the larger Plotting Tools icon
on the figure toolbar to collectively
enable plotting tools, and the smaller icon
to collectively disable them. Individually
select the Figure Palette, Plot
Browser, and Property Editor tools
from the figure's View menu. For details,
see Plotting Tools — Interactive Plotting in the MATLAB Graphics
documentation.
showplottool('tool')
showplottool('on','tool')
showplottool('off','tool')
showplottool('toggle','tool')
showplottool(figure_handle,...)
showplottool('tool') shows the specified plot tool on the current figure. tool can be one of the following strings:
figurepalette
plotbrowser
propertyeditor
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.
Note When you dock, undock, resize, or reposition a plotting tool and then close it, it will still be configured as you left it the next time you open it. There is no command to reset plotting tools to their original, default locations. |
figurepalette | plotbrowser | plottools | propertyeditor

Explore how to use MATLAB to make advancements in engineering and science.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |