arviz_plots.backend.ylabel

Contents

arviz_plots.backend.ylabel#

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

Interface to a y-axis label.

Parameters:
stringstr

Text to use as the y-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:
ylabel_visualany

The backend object representing the y-axis label.