Axes
Axes.
set_yticklabels
Set the y-tick labels with list of strings labels.
list of string labels
A dictionary controlling the appearance of the ticklabels. The default fontdict is:
fontdict
{'fontsize': rcParams['axes.titlesize'], 'fontweight': rcParams['axes.titleweight'], 'verticalalignment': 'baseline', 'horizontalalignment': loc}
Whether to set the minor ticklabels rather than the major ones.
Text