.. _f-blockdiaghelper: module ``graphhelper.blockdiag_helper`` ======================================= Short summary +++++++++++++ module ``pyensae.graphhelper.blockdiag_helper`` Various functions about :epkg:`blockdiag`. Functions +++++++++ +--------------------------------------------------------------------------------+----------------------------------------------------------------+ | function | truncated documentation | +================================================================================+================================================================+ | :func:`_build_diagram ` | Inspired from :epkg:`blockdiag` source file (*_bootstrap.py*). | +--------------------------------------------------------------------------------+----------------------------------------------------------------+ | :func:`_create_fontmap ` | Inspired from :epkg:`blockdiag` source file (*_bootstrap.py*). | +--------------------------------------------------------------------------------+----------------------------------------------------------------+ | :func:`_detectfont ` | | +--------------------------------------------------------------------------------+----------------------------------------------------------------+ | :func:`draw_diagram ` | Draws a graph based on module :epkg:`blockdiag`. | +--------------------------------------------------------------------------------+----------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyensae.graphhelper.blockdiag_helper :members: :special-members: __init__ :show-inheritance: