Main Content
plotedit
Interactively edit and annotate plots
Description
plotedit
toggles the state of plot edit mode for the current
figure. Plot edit mode allows you to use a graphical interface to edit and annotate plots
easily. In plot edit mode, you can label axes, change line styles, and add text, line, and
arrow annotations. If no current figure exists, plotedit
will create
one.
plotedit(
changes the state of plot edit
mode on the figure. For example, state
)plotedit("on")
starts plot edit mode for
the current figure.
Examples
Input Arguments
Alternatives
Start or end plot edit mode by clicking on the Edit Plot button in the figure toolbar.