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