smpl.plot.ylabel¶
- smpl.plot.ylabel(ylabel, fontdict=None, labelpad=None, *, loc=None, **kwargs)[source]¶
Set the label for the y-axis.
Parameters¶
- ylabelstr
The label text.
- labelpadfloat, default: :rc:`axes.labelpad`
Spacing in points from the Axes bounding box including ticks and tick labels. If None, the previous value is left as is.
- loc{‘bottom’, ‘center’, ‘top’}, default: :rc:`yaxis.labellocation`
The label position. This is a high-level alternative for passing parameters y and horizontalalignment.
Other Parameters¶
- **kwargs.Text properties
.Text properties control the appearance of the label.
See Also¶
text : Documents the properties supported by .Text.