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