polybori.plot | index polybori/plot.py |
plot.py
Created by Michael Brickenstein on 2008-10-17.
Copyright (c) 2008 The PolyBoRi Team.
Modules | ||||||
|
Functions | ||
|
Data | ||
ELSE = 'else' PIPE = -1 THEN = 'then' graph_template = '\ndigraph polynomial{\ngraph [\nordering="out"\n#if ...d="vee", penwidth="${penwidth_then(n)}"];\n#end\n}\n' graph_template_jinja = '\ndigraph polynomial{\n{% if landscape %}\nrankdir=...penwidth="{{penwidth_then(n)}}"];\n{% endfor %}\n}\n' |