python - Matplotlib svg as string and not a file -
I want to use Matplotlib and pyplot to generate a svg image used in the Django framework. As of now, I am creating image files that are linked to the page, but is there a way to meet STVG image directly as Unicode string without writing the file system?
StringIO to avoid writing any file-object on disk Try to use
Comments
Post a Comment