arviz_plots.backend.title

Contents

arviz_plots.backend.title#

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

Interface to a title.

Parameters:
stringstr

Text to use as the title.

targetPlotObject

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

sizeany, optional

Size of the title text.

colorany, optional

Color of the title text.

**artist_kws

Passed to the backend plotting function of the respective backend.

Returns:
title_visualany

The backend object representing the title.