Variables | |
string | configure_graph_str = 'digraph G {\nnode [width=.3,height=.3,shape=octagon,style=filled,color=skyblue];\noverlap="false";\nrankdir="LR";\naspect="1";\n' |
int | d0 = 1 |
string | directory = 'dot/' |
tuple | f = open(filename,'w') |
string | filename = 'dotgraph_N' |
int | l = 100 |
list | neighbours_list = graph[S[n]] |
string | neighbours_str = ',/' |
string | s = '' |
string create_graphs::configure_graph_str = 'digraph G {\nnode [width=.3,height=.3,shape=octagon,style=filled,color=skyblue];\noverlap="false";\nrankdir="LR";\naspect="1";\n' |
Definition at line 34 of file create_graphs.py.
int create_graphs::d0 = 1 |
Definition at line 9 of file create_graphs.py.
string create_graphs::directory = 'dot/' |
Definition at line 27 of file create_graphs.py.
tuple create_graphs::f = open(filename,'w') |
Definition at line 32 of file create_graphs.py.
string create_graphs::filename = 'dotgraph_N' |
Definition at line 31 of file create_graphs.py.
int create_graphs::l = 100 |
Definition at line 6 of file create_graphs.py.
list create_graphs::neighbours_list = graph[S[n]] |
Definition at line 76 of file create_graphs.py.
string create_graphs::neighbours_str = ',/' |
Definition at line 77 of file create_graphs.py.
string create_graphs::s = '' |
Definition at line 40 of file create_graphs.py.