Show or hide Property Editor
propertyeditor('on')
propertyeditor('off')
propertyeditor
propertyeditor(figure_handle,...)
propertyeditor('on')
displays
the Property Editor tool on the current figure.
propertyeditor('off')
hides the Property Editor on the current figure.
propertyeditor
toggles the visibility
of the Property Editor on the current figure. You can also use propertyeditor('toggle')
instead
for the same functionality.
propertyeditor(figure_handle,...)
displays or hides the Property Editor on the figure specified by figure_handle
.
Create a simple plot and open the property editor.
plot(1:10) propertyeditor
To collectively enable the plot tools, use the larger icon
on the figure toolbar.
To collectively disable the plot tools, use the smaller icon
. Open or close the Property
Editor tool from the figure's View menu.
For details, see Customize Objects in Graph.