arviz_plots.backend.xlabel

Contents

arviz_plots.backend.xlabel#

arviz_plots.backend.xlabel(string, target, *, size=<unset>, color=<unset>, **artist_kws)[source]#

Interface to an x-axis label.

Parameters:
stringstr

Text to use as the x-axis label.

targetPlotObject

The backend object representing a plot where this visual should be added.

sizeany, optional

Size of the label text.

colorany, optional

Color of the label text.

**artist_kws

Passed to the backend plotting function of the respective backend.

Returns:
xlabel_visualany

The backend object representing the x-axis label.