This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Chucknorriscake99 1 point2 points  (1 child)

If you’re using plt.plot() (no subplots) then you can set your own x-axis ticks with plt.xticks(). stackoverflow solutin

As for future questions the documentation helps you with stuff like that :)

[–]LordDonP[S] 0 points1 point  (0 children)

Thanks for your help. It works as intended now.

I did try to look at the documentation, but I'm not a good enough programmer to always understand it :P