Graphics |
MATLAB automatically determines axis limits, tick mark placement, and tick mark labels whenever you create a graph. However, you can specify these values manually by setting the appropriate property.
When you specify a value for a property controlled by a mode (e.g., the XLim
property has an associated XLimMode
property), MATLAB sets the mode to manual, enabling you to override automatic specification. Because the default values for these mode properties are automatic, calling high-level functions such as plot
or surf
resets these modes to auto
.
This section discusses the following properties.
Multiple Axes for Different Scaling | Setting Axis Limits |
© 1994-2005 The MathWorks, Inc.