Hi I am drawing a graph with Gnuplot and using the command below.
set xrange [0:20]
set xtics 0,0.5
Schedule and scale are correct as I wanted. But I would like to outline only integer points (for example, 0,1,2,3,4 ..., 20), but I still want to keep ticks every 0.5 intervals.

How can I command for this? thanks
source
share