I have quite a large dataset, about a 1000 values. (temperature graph)
As you can see i have too many ticks between the hours, i only want one tick per hour.
Now it's a very think black line, how can i fix this?
The x axis array is like this:
[2] = 1
[3] = NULL
[4] = NULL
[5] = 2
[6] = NULL
etc