|
From: Hans-Bernhard B. <HBB...@t-...> - 2010-12-04 22:03:09
|
On 03.12.2010 01:17, Dave wrote: > I am getting kind of desperate because the xtics command does not work for me. I > only want a few ticks on the x-axis, but there are way to many. Because that is what you actually told gnuplot to do. > Why does xtics > 100 does not change the xtic increment?? Oh, but it does. But you then went on and asked gnuplot not to use any numerical xtics at all: > plot 'results.dat' using 1:xticlabels(2) with lines title 'CUDA accelerated' Your use of xticlabels() here is completely at odds with what you expect to happen. |