python - Capture pygraphviz image rendering without saving to a file? -


does pygraphviz allow render image variable? serve dynamic images via webpage without having render graphs disk.

according to sources if call draw method of agraph object while path parameter omitted (or set none) return data instead saving file. not forget specify format paramater.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -