From ab65293105d2198b4180b7ded01f8307e9b4a45c Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Fri, 12 Jul 2013 14:27:12 +0200 Subject: [PATCH] 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. --- tools/plot/graph2D.gpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- 2.25.1