Feb-01-2021, 01:28 PM
Hi guys,
I've plotted a chart using the following basic setup:
However, I only want to have a difference of 300 ticks between the entries on the x-axis, ie.
The problem is that I don't know how to set the tick interval automatically (I have to enter it manually to receive the desired result).
I'd be happy if someone could please help me.
Many thanks in advance!
Best,
Tim
I've plotted a chart using the following basic setup:
1 |
df.plot() |
1 |
df.plot(xticks = ( 0 , 300 , 600 , 900 ,...)) |
I'd be happy if someone could please help me.
Many thanks in advance!
Best,
Tim