Kozea / pygal

PYthon svg GrAph plotting Library
https://www.pygal.org
GNU Lesser General Public License v3.0
2.62k stars 411 forks source link

Please add support for generating DOT graph description language markup and flowcharts in svg #538

Open Emasoft opened 1 year ago

Emasoft commented 1 year ago

Please add support for generating DOT graph description language markup and flowcharts in svg: https://en.wikipedia.org/wiki/DOT_(graph_description_language)

We really need a library in pure python that does not depend on GraphViz to render DOT graphs in svg. You can find a DOT parser here: https://github.com/pydot/pydot