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: targetPlotObjectThe backend object representing a plot where this visual should be added. scalestrScale to apply to the y-axis (e.g. “linear”, “log”). Returns: set_y_scale_visualanyThe backend object representing the updated y-axis scale.