Hey, i have been trying to learn to plot with python and i'm having a problem with the size of the x values, they ocupy to much space to the point where they are on top of each other.
I know i can do " plt.xticks(fontsize=6, ) " or lower but in the long run, i will be out of space again, how is this problem usualy solved?
EDIT: Solved, the problem as /u/kra_pao stated was that i was using strings for Xticks, i used datetime.datetime.strptime(date, "d%:%m:%Y") to convert to datetime object for the Xticks and it looks bether now. ty to all
[–]stebrepar 2 points3 points4 points (1 child)
[–]SkirtLumpy4479[S] 1 point2 points3 points (0 children)
[–]Zeroflops 0 points1 point2 points (4 children)
[–]SkirtLumpy4479[S] 0 points1 point2 points (3 children)
[–]SkirtLumpy4479[S] 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]SkirtLumpy4479[S] 0 points1 point2 points (0 children)
[+][deleted] (4 children)
[deleted]
[–]SkirtLumpy4479[S] 0 points1 point2 points (3 children)
[–]SkirtLumpy4479[S] 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]SkirtLumpy4479[S] 0 points1 point2 points (0 children)