-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Issue generating figures with a for loop #165
Comments
Hmm, that's strange. Can report the version numbers you have for PlotlyJS and Blink? |
Can you try this?
with
This works for me inside Jupyter. |
Thanks @ghuba, it works in the REPL now. But, not with Juno. Hence, when trying in the REPL, it works. It's only when I connect to Juno through ssh (i.e. when I connect to Juno and launch the MWE, I got an additional warning before I get the mentioned error: WARNING: Method definition get_window(Base.Dict{K, V} where V where K) in module PlotlyJS at /home/proy/.julia/v0.6/PlotlyJS/src/displays/electron.jl:51 overwritten at /home/proy/.julia/v0.6/PlotlyJS/src/displays/juno.jl:21. Tried with both the latest tagged and master releases of PlotlyJS and Blink. |
savefig backend has been re-written and is much more reliable. Please try it out! For now, please use the master branch ] # enter pkg mode
(v1.0) pkg> checkout PlotlyJS If you want save figures you can do
If this doesn't resolve your issue here, please reopen the issue and leave a comment describing what went wrong |
Hello,
I get a strange error when trying the following code (a MWE).
I'm able to generate the figure and save it outside of the loop but not when I'm doing the loop. The error comes from the line
PlotlyJS.savefig(sp::ElectronPlot, filefig)
I get the following error
Thanks!
The text was updated successfully, but these errors were encountered: