Skip to content

Commit

Permalink
improve flowgraph usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
rwcarlsen committed Jun 2, 2014
1 parent 144a40c commit 6805e8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6805e8a

Please sign in to comment.