Skip to content
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

Julia 1.20 and PyPlot.svg(true) #455

Closed
PaulSoderlind opened this issue Aug 20, 2019 · 3 comments
Closed

Julia 1.20 and PyPlot.svg(true) #455

PaulSoderlind opened this issue Aug 20, 2019 · 3 comments

Comments

@PaulSoderlind
Copy link

PaulSoderlind commented Aug 20, 2019

on Windows 10 64, Julia 1.2.0, the following crashes jupyter

using PyPlot
PyPlot.svg(true)
figure()
plot(1:10)

Without PyPlot.svg(true), it works well.

EDIT: "crashes" is perhaps too strong. But it unhinges and scrambles the jupyter menu so that it becomes useless.

@stevengj
Copy link
Member

stevengj commented Sep 4, 2019

I can't reproduce — your example works fine for me. (MacOS, Chrome browser.)

What browser are you using?

@PaulSoderlind
Copy link
Author

PaulSoderlind commented Sep 4, 2019

Firefox and Chrome (latest versions) both produce this (on Win10)

Edit: same problem with PyPlot 2.8.2

@PaulSoderlind
Copy link
Author

I cannot reproduce this after the latest updates or Firefox and Chrome. Consider it solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants