diff options
author | francis <francis> | 2008-05-09 01:12:09 +0000 |
---|---|---|
committer | francis <francis> | 2008-05-09 01:12:09 +0000 |
commit | b9ed4a5e34a186362c3b2872e838ab233081478b (patch) | |
tree | 2d2b834f917b978287bc7bf12094dd6310d75907 /script/request-creation-graph | |
parent | 2844835b5061265d849e237ee937e3a2f9602b7e (diff) |
Oops
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 0bd0eee49..e6097689e 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.2 2008-05-09 01:11:41 francis Exp $ +# $Id: request-creation-graph,v 1.3 2008-05-09 01:12:09 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 "" $SOURCEA +grab_data "(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 |