Issue
As you can see, the xticks are very crowded and cannot be read. How do I space them out better on matplotlib? Any tips? 1
Solution
Could you please detail what your x and y values are, specifically their types? I suspect what is happening is that your x-axis values aren't datetime objects. If you turn them into datetime objects, it should automatically space them correctly.
Answered By - Max
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.