From 6805e8ae0ed75e017a74d798b0f18ef7302604de Mon Sep 17 00:00:00 2001 From: Robert Carlsen Date: Mon, 2 Jun 2014 15:40:26 -0500 Subject: [PATCH] improve flowgraph usage example --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 5c382f3..e12b6bc 100644 --- a/readme.md +++ b/readme.md @@ -56,8 +56,9 @@ Some quick examples: # post process the db cycpost cyclus.sqlite -# output a dot graph of the flow of all material between agents t=2 to t=7 -metric -db cyclus.sqlite flowgraph -t1=2 -t2=7 +# output a png graph of the flow of all material between agents t=2 to t=7 +metric -db cyclus.sqlite flowgraph -t1=2 -t2=7 > flow.dot +dot -Tpng -o flow.png flow.dot # output a time series of active deployments for all AP1000 metric -db cyclus.sqlite deployseries AP1000