I'm using the pChart library and I want to have a X scale of 1-100 but on the chart I want to have divisions in multiples of 10. I have 2000 data points.
Unfortunately my axis X is not readable, as the |
is placed at every axis unit, rather than every 10. Now it looks like this - any ideas?
Edit:
after using @EPICWebDesign tip i got
How to remove duplicate X
values. I can do array_unique
but then i lose some points on chart.