module graphhelper.blockdiag_helper
¶
Functions¶
function |
truncated documentation |
---|---|
Inspired from blockdiag source file (_bootstrap.py). |
|
Inspired from blockdiag source file (_bootstrap.py). |
|
Draws a graph based on module blockdiag. |
Documentation¶
Various functions about blockdiag.
New in version 1.1.
-
pyensae.graphhelper.blockdiag_helper.
_build_diagram
(module, builder, drawer, tree, type, code, fontmap=None, antialias=True, nodoctype=False, transparency=False, size=None)¶ Inspired from blockdiag source file (_bootstrap.py).
-
pyensae.graphhelper.blockdiag_helper.
_create_fontmap
(fontmap, font)¶ Inspired from blockdiag source file (_bootstrap.py).
-
pyensae.graphhelper.blockdiag_helper.
_detectfont
(font)¶
-
pyensae.graphhelper.blockdiag_helper.
draw_diagram
(graph, module='blockdiag', format='pillow', **options)¶ Draws a graph based on module blockdiag.
- Parameters
- Returns
graph
blockdiag { A -> B -> C -> D; A -> E -> F -> G; }
See notebook Display a diagram with blockdiag.