A.set_yticks(np.arange(0,1.01,0.1))
That's silly.
A = plt.axes()
A.set_yticks(np.linspace(0,1,11))
Oh yes, that's much more obvious of a solution.
Me talking about my life. So, basically the same as all other blogs (that talk about my life).
No comments:
Post a Comment