Axes: X
- Label - Text label displayed next to x-axis. (
XLabel). Properties button enables you to change text properties.
- Color - Color of x-axis, tick marks, and tick mark labels. (
XColor). Custom color button enables you to create a color that is not listed.
- Location - Placement of x-axis on top or bottom of plot.(
XAxisLocation).
- Grid - Draw grid lines at each x-axis tick mark (checked) or do not display grid (unchecked). (
XGrid).
- Limits - Minimum and maximum values of the x-axis. Uncheck Auto to specify limits. (
XLim, XLimMode).
- Ticks - Location of axis tick marks along the x-axis. Uncheck Auto to specify values, which must be enclosed in square brackets. (
XTick, XTickMode).
- Labels - Text labels associated with each tick mark. By default, labels are the numeric values of the tick mark locations along the x-axis (i.e., the values in Ticks), however, you can use any character string. Uncheck Auto to specify labels. (
XTickLabel, XTickLabelMode).
- Scale - Set x-axis scaling.
- Linear - X-axis scale increases linearly. (
XScale).
- Log - X-axis scale increases logarithmically.
- Normal - X-axis values increase from left to right. (
XDir)
- Reverse - X-axis values increase from left to right.
- Set axes auto shape - Automatically set axes shape to fit the figure. Adjusts the aspect ratio of the axes and the relative scaling of the of the data units so that the plot fits the figure's shape.
- Set tight limits - Minimum and maximum axes limits are set equal to the minimum and maximum data values so graphic fits tightly in axes.