Plot Editor | Search  Help Desk |
Relationship to MATLAB Commands
Any function you perform with the Plot Editor can be performed using MATLAB commands. For example, you can specify the plot line color in the Plot Editor (see Editing Object Properties) or by using theplot
command with the LineSpec
Color
argument.
Constraints
Some features that are available using MATLAB commands, such as specifying your own tick mark labels, are not available through the Plot Editor. If there is something you cannot do using the Plot Editor, look for a MATLAB command to do it. The Plot Editor features cannot be used to change the properties for images, surfaces, and patch objects such as bar graphs. Instead, use graphics commands.Differences Between Plot Editor and MATLAB Command-Generated Annotations
There are some differences between the annotations you add using the Plot Editor and the annotations you add using MATLAB commands. See MATLAB Handle Graphics and the Plot Editor for more information.Special Notes for Use with Other Tools and Applications
set
(fig,'ToolBar','none')
plotedit
(fig,
'hidetoolsmenu')
To include the Tools menu in the menu bar, use the command
plotedit
(fig,
'showtoolsmenu')