SyntaxFix
Write A Post
Hire A Developer
Questions
fig = plt.figure() ax = fig.add_subplot(111) plt.xticks([0.4,0.14,0.2,0.2], fontsize = 50) # work on current fig plt.show()
the x/yticks has the same properties as matplotlib.text