aboutsummaryrefslogtreecommitdiffstats
path: root/script/request-creation-graph
diff options
context:
space:
mode:
Diffstat (limited to 'script/request-creation-graph')
-rwxr-xr-xscript/request-creation-graph4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/request-creation-graph b/script/request-creation-graph
index e6097689e..22be6dd12 100755
--- a/script/request-creation-graph
+++ b/script/request-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: request-creation-graph,v 1.3 2008-05-09 01:12:09 francis Exp $
+# $Id: request-creation-graph,v 1.4 2008-05-09 01:12:47 francis Exp $
GPLOT_OUTPUT="set terminal png font 'Vera.ttf' 9 size 1200,400"
EXTENSION=".png"
@@ -47,7 +47,7 @@ function grab_data {
}
# rather nastily, work out the cumulative heights in reverse, so can plot impulses on top of each other
-grab_data "(1 = 1)" $SOURCEA
+grab_data "where (1 = 1)" $SOURCEA
grab_data "where described_state not in ('waiting_response')" $SOURCEB
grab_data "where described_state not in ('waiting_response', 'waiting_clarification')" $SOURCEC
grab_data "where described_state not in ('waiting_response', 'waiting_clarification', 'not_held')" $SOURCED