-
-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make savefig(..., "filename.svg") save self-contained SVG for plotlyjs #750
Comments
I thought I'd make a PR: the issue is here and it'd be fixed if the |
Have you tested that interactivity is lost in IJulia if you change the code? I don't think we'd want to lost that. |
Would the following upgrade path work:
|
Found a cleaner solution: added a method to show html for PlotlyJS, so that now it doesn't resort to the svg method for plotting in IJulia. I've changed the svg to use PlotlyJS. I've also slightly changed the display in IJulia and it seems to resolve the flickering I add when using Interact. I'll add a PR right now. |
MWE:
produces a HTML file which calls Javascript to produce the SVG.
However,
produces an SVG. (workaround suggested by @piever on Gitter). It would be great if
Plots.savefig
andPlots.svg
would do this instead.The text was updated successfully, but these errors were encountered: