vispipe.plot_backend.MPL_Figure.set_xticks#
- MPL_Figure.set_xticks(xticks, labels=None, *, minor=False, ax=None, **kwargs)#
Sets the xticks.
- Parameters:
xticks (
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_xticks().