module helpgen.graphviz_helper
¶
Functions¶
function |
truncated documentation |
---|---|
Plots a dot graph into a matplotlib plot. |
Documentation¶
Helper about graphviz.
-
pyquickhelper.helpgen.graphviz_helper.
plot_graphviz
(dot, ax=None, temp_dot=None, temp_img=None, dpi=300)[source]¶ Plots a dot graph into a matplotlib plot.
- Parameters
dot – dot language
ax – existing ax
temp_dot – temporary file, if None, a file is created and removed
temp_img – temporary image, if None, a file is created and removed
dpi – dpi
- Returns
ax