You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Very good question. I was about asking the same. I use PyGal and load the rendered svg output as embedded image to the background of div tags in my Web UI. There should be no need to write the image data to disk when you could keep it in memory instead.
I had a brief look into the code and found a render() function which returns a mimepackage. I haven't tried it yet, but maybe this is what we are searching for.
We are going to archive this repo, so I'm closing all the open issues and PRs before doing so. Try out the new options for saving charts mentioned above and if you run into issues, please open an issue directly in the altair or vl-convert repo.
for example to get an svg output in pygal, I would do this
what's the equivalent in altair so I can get an svg embedded string, not a file that I can easily save to the db for output later ?
The text was updated successfully, but these errors were encountered: