Go to the source code of this file.
Namespaces | |
| namespace | create_graphs |
Variables | |
| 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' |
| int | create_graphs.d0 = 1 |
| string | create_graphs.directory = 'dot/' |
| tuple | create_graphs.f = open(filename,'w') |
| string | create_graphs.filename = 'dotgraph_N' |
| int | create_graphs.l = 100 |
| list | create_graphs.neighbours_list = graph[S[n]] |
| string | create_graphs.neighbours_str = ',/' |
| string | create_graphs.s = '' |