X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=tools%2Fplot%2Fgraph2D.gpm;h=5cd6ff35014a5cf78a5ca2404487d99c33ae45f8;hp=efc7ac27a82e2d95ee3a4a145b2069a1dd011b4c;hb=8ff749cca16845a3172e22323489d20d8f99f9dd;hpb=b68e5f80e8804a689ad438a17d8e87fe5089cee1 diff --git a/tools/plot/graph2D.gpm b/tools/plot/graph2D.gpm index efc7ac27..5cd6ff35 100644 --- a/tools/plot/graph2D.gpm +++ b/tools/plot/graph2D.gpm @@ -22,13 +22,13 @@ set yrange [0:] set style line 100 lt 7 lw 0.5 set style line 1 lt 1 lw 3 pt 3 linecolor rgb "green" -plot '$1' using 2:3 with linespoints title '$2', $7 w l ls 1 ti 'Global average value' +plot '$1' using 2:3 with linespoints title '$2', $7 w l ls 1 ti 'Global average value ($7)' set output '$5.png' -plot '$1' using 2:3 smooth csplines title '$2', $7 w l ls 1 ti 'Global average value' +plot '$1' using 2:3 smooth csplines title '$2', $7 w l ls 1 ti 'Global average value ($7)' set output '$6.png' -plot '$1' using 2:3 smooth bezier title '$2', $7 w l ls 1 ti 'Global average value' +plot '$1' using 2:3 smooth bezier title '$2', $7 w l ls 1 ti 'Global average value ($7)' #pause -1 #The End