diff options
author | francis <francis> | 2008-05-09 01:12:47 +0000 |
---|---|---|
committer | francis <francis> | 2008-05-09 01:12:47 +0000 |
commit | 0f162c46055a12dd5306ca4c18bdb4cc12c76167 (patch) | |
tree | 1f6fda32a6aa09f9ebe1b760c10c6d7c5b2cb0df /script/request-creation-graph | |
parent | b9ed4a5e34a186362c3b2872e838ab233081478b (diff) |
Ook
Diffstat (limited to 'script/request-creation-graph')
-rwxr-xr-x | script/request-creation-graph | 4 |
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 |