matplotlib.axes.Axes.xaxis#
- Axes.xaxis#
The
XAxis
instance.Common axis-related configuration can be achieved through high-level wrapper methods on Axes; e.g.
ax.set_xticks
is a shortcut forax.xaxis.set_ticks
. The xaxis attribute gives direct direct access to the underlyingAxis
if you need more control.See also