BlogFranz: Generating SVG Output (from Graphviz) in your Django App
November 26, 2009 - 11:53pm
The graphviz string (dot_string) is being piped to the dot executable and then the function is returning the XML SVG as a string, and is obviously assigned to the stdout variable in the tuple. Now the tricky part within my views.py. ...
- Login or register to post comments
- Feed: svg - Google Blog Search
- Original article