rtickformat
Specify r-axis tick label format
Description
rtickformat(
sets the format for the
r-axis tick labels. For example, specify
fmt
)fmt
as 'usd'
to display the labels in
US dollars.
returns the format style used for
r-axis tick labels of the current axes. Depending on
the type of labels along the r-axis,
rfmt
= rtickformatrfmt
is a character vector or string containing a
numeric format.
returns
the format style used for the axes specified by rfmt
= rtickformat(pax
)pax
instead
of the current axes.
Examples
Input Arguments
Algorithms
The rtickformat
function sets and queries
the TickLabelFormat
property of the ruler object
associated with the r-axis.
Version History
Introduced in R2016b
See Also
thetatickformat
| rticks
| rticklabels
| rtickangle
| rlim