JuliaPy / PyPlot.jl

Plotting for Julia based on matplotlib.pyplot
https://github.com/JuliaPy/PyPlot.jl
MIT License
475 stars 87 forks source link

Julia 1.20 and PyPlot.svg(true) #455

Closed PaulSoderlind closed 4 years ago

PaulSoderlind commented 5 years ago

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 commented 5 years ago

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

What browser are you using?

PaulSoderlind commented 5 years ago

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

Edit: same problem with PyPlot 2.8.2

PaulSoderlind commented 4 years ago

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