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