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
Post a Comment