arviz_plots.backend.set_y_scale

Contents

arviz_plots.backend.set_y_scale#

arviz_plots.backend.set_y_scale(target, scale)[source]#

Interface to setting the y-axis scale of a plot.

Parameters:
targetPlotObject

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

scalestr

Scale to apply to the y-axis (e.g. “linear”, “log”).

Returns:
set_y_scale_visualany

The backend object representing the updated y-axis scale.