matplotlib


Travis-CI:

This Page

matplotlib.axes.Axes.set_xticklabels

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

Set the xtick labels with list of string labels

Parameters:

labels : list of str

list of string labels

Returns:

A list of Text instances

Other Parameters:
 

**kwargs : Text properties.