From: Erwan Velu Date: Tue, 16 Jul 2013 09:07:34 +0000 (+0200) Subject: fio2gnuplot: Fixing Yaxis rendering for 2D plots X-Git-Tag: fio-2.1.2~36 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=be34415aad27dc416fcd9eff076fb97cc78ebd9f fio2gnuplot: Fixing Yaxis rendering for 2D plots With many values, gnuplot was complaining about too many ticks like : "graph2D.gpm", line 26: warning: Too many axis ticks requested (>9e+03) Using the "auto" command, that works much more better and axis are now readable --- diff --git a/tools/plot/graph2D.gpm b/tools/plot/graph2D.gpm index 2d0d30ad..efc7ac27 100644 --- a/tools/plot/graph2D.gpm +++ b/tools/plot/graph2D.gpm @@ -8,7 +8,7 @@ set output '$3.png' #Preparing Axes #set logscale x -set ytics axis out +set ytics axis out auto #set data style lines set key top left reverse set xlabel "Time (Seconds)"