fio2gnuplot: Adjusting y axis plot (2D)
authorErwan Velu <erwan@enovance.com>
Fri, 12 Jul 2013 12:27:12 +0000 (14:27 +0200)
committerErwan Velu <erwan@enovance.com>
Fri, 12 Jul 2013 12:27:12 +0000 (14:27 +0200)
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

index 74d042a04b63fe5074ab046d9ab89b33de270897..2d0d30ad002384a433876eca087707728ac5a53d 100644 (file)
@@ -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)"