matplotlib


Travis-CI:

This Page

matplotlib.axes.Axes.set_yticklabels

Axes.set_yticklabels(labels, fontdict=None, minor=False, **kwargs)

Set the y-tick labels with list of strings labels

Parameters:

labels : list of str

list of string labels

Returns:

A list of Text instances.

Other Parameters:
 

**kwargs : Text properties.