vispipe.plot_backend.MPL_Figure.set_yticks#
- MPL_Figure.set_yticks(yticks, labels=None, *, minor=False, ax=None, **kwargs)#
Sets the yticks.
- Parameters:
yticks (
TypeAliasType) – 1D of the tick locations.labels (
list[str] |None) – List of labels of all ticks.minor (
bool) – Toggles if minor ticks are included**kwargs – Keyword arguments used by ax.set_yticks().