cymetric.graphs
- Graphs¶
A plot generator for Cymetric.
- cymetric.graphs.flow_graph(evaler, senders=(), receivers=(), commodities=(), nucs=(), label='', start=None, stop=None)¶
Generate the dot graph of the transation between facilitiese. Applying times nuclides selection when required.
- Parameters:
evaler : evaler
senders : list of the sending facility to consider
receivers : list of the receiving facility to consider
commodities : list of the commodity exchanged to consider
nucs : list of nuclide to consider
label : label key, used to add label on the arrow connecting facilities
(for commodity use ‘com’, for mass use ‘mass’, for both use com,mass)
start : first timestep to consider, start included
stop : last timestep to consider, stop included