From: Erwan Velu Date: Fri, 12 Jul 2013 12:27:12 +0000 (+0200) Subject: fio2gnuplot: Adjusting y axis plot (2D) X-Git-Tag: fio-2.1.2~52 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=ab65293105d2198b4180b7ded01f8307e9b4a45c fio2gnuplot: Adjusting y axis plot (2D) It's better let gnuplot adjusting the tics on the Y axis unless that becomes unreadble. Too many ticks where present on simple graphs. This was a useless option, shouldn't have been here from the beginning. --- diff --git a/tools/plot/graph2D.gpm b/tools/plot/graph2D.gpm index 74d042a0..2d0d30ad 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 0,5 +set ytics axis out #set data style lines set key top left reverse set xlabel "Time (Seconds)"