Sep-20-2018, 12:52 PM
Quote:I would like help to find out how to include characters in the x-axis of a diagram built with matpltlibSo you want the date labels on the X-axis?
If so you are going to want the
xticks
function.Something like:
plt.xticks(x_values, labels, rotation=30)