aboutsummaryrefslogtreecommitdiff
path: root/src/gnuplot.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnuplot.m4')
-rw-r--r--src/gnuplot.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gnuplot.m4 b/src/gnuplot.m4
index 29126f5..392eb94 100644
--- a/src/gnuplot.m4
+++ b/src/gnuplot.m4
@@ -12,14 +12,14 @@ set style line 3 linecolor rgb "blue" linewidth 1.000 dashtype solid pointtype 1
set style line 4 linecolor rgb "#0072b2" linewidth 1.000 dashtype solid pointtype 1 pointsize default pointinterval 0
plot "master.log" \
- using 1:4:7 \
+ using 1:8:9:10 \
title "GDBM 1.18.1" with errorbars ls 1, \
- "" using 1:4 \
+ "" using 1:8 \
notitle \
smooth csplines ls 2, \
"newcache.log" \
- using 1:4:7 \
+ using 1:8:9:10 \
title "GDBM newcache" with errorbars ls 3, \
- "" using 1:4 \
+ "" using 1:8 \
notitle \
smooth csplines ls 4

Return to:

Send suggestions and report system problems to the System administrator.