foxes.utils.TabWindroseAxes.set_xlabel(xlabel, fontdict=None, labelpad=None, *, loc=None, **kwargs)

Set the label for the x-axis.

Parameters

xlabelstr

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

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

Other Parameters

**kwargs~matplotlib.text.Text properties

.Text properties control the appearance of the label.

See Also

text : Documents the properties supported by .Text.