matplotlib 3.5.1

Other ParametersParametersBackRef
set_xlabel(self, xlabel, fontdict=None, labelpad=None, *, loc=None, **kwargs)

Other Parameters

**kwargs : `.Text` properties

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

Parameters

xlabel : 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 : {'left', 'center', 'right'}, default: :rc:`xaxis.labellocation`

The label position. This is a high-level alternative for passing parameters x and horizontalalignment.

Set the label for the x-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.signal._filter_design.butter scipy.signal._filter_design.ellip scipy.signal._filter_design.cheby1 scipy.special._orthogonal.gegenbauer scipy.signal._filter_design.iirfilter scipy.signal._fir_filter_design.firls scipy.signal._filter_design.cheby2 scipy.signal._filter_design.freqz_zpk scipy.signal.windows._windows.general_hamming scipy.signal._spectral_py.lombscargle scipy.optimize._zeros_py.newton scipy.signal._filter_design.freqz scipy.signal._signaltools.hilbert scipy.signal._filter_design.iirdesign scipy.signal._signaltools.correlate

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#3455
type: <class 'function'>
Commit: