plt.bar(range(3), [1, 3, 2], tick_label=['very long tick labels'] * 3) plt.tick_params(rotation=30) The rotated labels do not ...
The last example in the example notebook is not reproducing what is shown in the repository. The labels on the dashed lines are ...