diff options
author | francis <francis> | 2008-04-11 11:27:32 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-11 11:27:32 +0000 |
commit | 56c0a71acc408b951d854c5477e07d05901d1bd5 (patch) | |
tree | e3d78a87e361242ed0e3e040fc4f64b96378410d | |
parent | 12de9aa0c5fb532e21ef473062872e141f47ad55 (diff) |
Slight text change
-rwxr-xr-x | bin/problem-creation-graph | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/problem-creation-graph b/bin/problem-creation-graph index 668ab81d9..b039b4256 100755 --- a/bin/problem-creation-graph +++ b/bin/problem-creation-graph @@ -5,7 +5,7 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org. WWW: http://www.mysociety.org/ # -# $Id: problem-creation-graph,v 1.2 2008-04-11 11:03:13 francis Exp $ +# $Id: problem-creation-graph,v 1.3 2008-04-11 11:27:32 francis Exp $ GPLOT_OUTPUT="set terminal png font 'Vera.ttf' 9 size 1200,400" EXTENSION=".png" @@ -82,7 +82,7 @@ cat >$GPSCRIPT <<END "$SOURCEB" using 1:2 with impulses lt 4 lw 15 title "confirmed",\ "$SOURCEC" using 1:2 with impulses lt 5 lw 15 title "fixed",\ "$SOURCED" using 1:2 with impulses lt 6 lw 15 title "hidden",\ - "$SOURCEE" using 1:2 with impulses lt 7 lw 15 title "flickr (and any new ones)",\ + "$SOURCEE" using 1:2 with impulses lt 7 lw 15 title "flickr (and any other types)",\ "< awk 'BEGIN { n = 0 } { n += \$2; print \$1, \$2, n; }' $SOURCEA" using 1:3 axes x1y2 with lines lt 2 title "cumulative total number of problems" END #echo "gpscript $GPSCRIPT" |