Main Content

propedit

(Removed) Open Property Editor

    propedit has been removed. Use inspect to launch the Property Inspector instead.

    Description

    propedit starts the Property Editor, a graphical user interface to the properties of graphics objects. If no current figure exists, propedit creates one.

    example

    propedit(fig) operates on the specified figure instead of the current figure.

    Examples

    collapse all

    Show the Property Editor on a figure by calling the propedit function. The tool opens in the same configuration as last time you invoked the tool.

    plot(1:10);
    propedit

    Property Editor tool below a figure window. The Property Editor tool has options to set the figure name, colormap, and figure color. A check box is labeled "Show Figure Number". Two buttons are labeled "More Properties" and "Export Setup".

    Input Arguments

    collapse all

    Target figure, specified as a Figure object. Use fig to show the Property Editor on a specific figure instead of the current figure.

    Version History

    Introduced before R2006a

    expand all