matplotlib 3.5.1

Other ParametersParametersBackRef
set_ylabel(self, ylabel, fontdict=None, labelpad=None, *, loc=None, **kwargs)

Other Parameters

**kwargs : `.Text` properties

:None:None:`.Text` properties control the appearance of the label.

Parameters

ylabel : str

The label text.

labelpad : float, 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.

Set the label for the y-axis.

See Also

text

Documents the properties supported by :None:None:`.Text`.

Examples

See :

Back References

The following pages refer to to this document either explicitly or contain code examples using this.

scipy.special._orthogonal.gegenbauer scipy.signal._filter_design.iirfilter scipy.signal._filter_design.freqz_zpk scipy.signal.windows._windows.general_hamming scipy.signal._spectral_py.lombscargle scipy.signal._filter_design.freqz scipy.signal._filter_design.iirdesign scipy.optimize._zeros_py.newton

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


File: /matplotlib/axes/_base.py#3803
type: <class 'function'>
Commit: