matplotlib.axes
matplotlib.axes.Axes.set_xticklabels
Axes.
set_xticklabels
Set the x-tick labels with list of string 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
Grouped bar chart with labels
Creating annotated heatmaps
Multiple Figs Demo
Zoom region inset axes
Boxplots
Violin plot customization
Producing multiple histograms side by side
ggplot style sheet
Integral as the area under a curve
XKCD
Custom spine bounds
Group barchart with units
Constrained Layout Guide