Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
graph_fancy.py File Reference

Go to the source code of this file.

Namespaces

namespace  graph_fancy
 

Variables

tuple graph_fancy.g load_graph("./my_test.graphml")
 
list graph_fancy.pT g.edge_properties["pT"]
 
list graph_fancy.E g.edge_properties["E"]
 
list graph_fancy.t g.vertex_properties["t"]
 
list graph_fancy.label g.vertex_properties["label"]
 
dictionary graph_fancy.gdict {'rankdir' : 'LR'}
 
dictionary graph_fancy.edict {'dir' : 'forward', 'arrowhead' : 'normal','arrowsize' : '1.0','label' : pT}
 
dictionary graph_fancy.vdict {'shape' : "plain", 'label' : label}