MATLAB Function Reference Previous page   Next Page
getplottool

Utility function for creating and obtaining the figure components used for plot editing.

Syntax

Description

c = getplottool(figure_handle,'figurepalette') returns the Java figure palette for the specified figure.

c = getplottool(figure_handle,'plotbrowser') returns the Java plot browser for the specified figure.

c = getplottool(figure_handle,'propertyeditor') returns the Java property editor for the specified figure.

In each case, getplottool creates the component if it does not already exist. The component is not automatically shown. If you want to both create it and show it, use showplottool.

See Also

showplottool


Previous page  get (memmapfile) getpref Next page

© 1994-2005 The MathWorks, Inc.