From c1c6935ff2cb25255474dc132ee32880f5497d87 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Fri, 20 Jul 2012 19:23:26 +0200 Subject: [PATCH] Adjust time range of graph. --- progress.gnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progress.gnuplot b/progress.gnuplot index a2940cf..ed77641 100644 --- a/progress.gnuplot +++ b/progress.gnuplot @@ -12,7 +12,7 @@ set xlabel "Translation progress" set style line 1 linetype 1 pointtype 0 linewidth 1 linecolor 6 set style line 2 linetype 2 pointtype 0 linewidth 1 linecolor 7 set style line 3 linetype 3 pointtype 0 linewidth 1 linecolor 8 -plot ["2012-07-11T1200":"2012-07-21T0000"][:] \ +plot ["2012-07-11T1730":"2012-07-21T0000"][:] \ 'stats.csv' using 1:($2+$3+$4) t "missing" w filledcurves x1 linestyle 3, \ 'stats.csv' using 1:($2+$3) t "fuzzy" w filledcurves x1 linestyle 2, \ 'stats.csv' using 1:($2) t "translated" w filledcurves x1 linestyle 1 -- 2.47.2