arviz_plots.backend.yticks

Contents

arviz_plots.backend.yticks#

arviz_plots.backend.yticks(ticks, labels, traget, **artist_kws)[source]#

Interface to setting ticks and tick labels of the y axis.

Parameters:
ticksarray_like
labelsarray_like or None

Labels for the provided ticks. Must accept None as a way to set only ticks and leave their default labels.