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

Variables

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

Variable Documentation

list graph_fancy.E g.edge_properties["E"]

Definition at line 20 of file graph_fancy.py.

View newest version in sPHENIX GitHub at line 20 of file graph_fancy.py

dictionary graph_fancy.edict {'dir' : 'forward', 'arrowhead' : 'normal','arrowsize' : '1.0','label' : pT}

Definition at line 29 of file graph_fancy.py.

View newest version in sPHENIX GitHub at line 29 of file graph_fancy.py

tuple graph_fancy.g load_graph("./my_test.graphml")

Definition at line 8 of file graph_fancy.py.

View newest version in sPHENIX GitHub at line 8 of file graph_fancy.py

dictionary graph_fancy.gdict {'rankdir' : 'LR'}

Definition at line 28 of file graph_fancy.py.

View newest version in sPHENIX GitHub at line 28 of file graph_fancy.py

list graph_fancy.label g.vertex_properties["label"]

Definition at line 23 of file graph_fancy.py.

View newest version in sPHENIX GitHub at line 23 of file graph_fancy.py

list graph_fancy.t g.vertex_properties["t"]

Definition at line 22 of file graph_fancy.py.

View newest version in sPHENIX GitHub at line 22 of file graph_fancy.py

dictionary graph_fancy.vdict {'shape' : "plain", 'label' : label}

Definition at line 30 of file graph_fancy.py.

View newest version in sPHENIX GitHub at line 30 of file graph_fancy.py