PyPlot crashes Julia 1.4.1
Open
- Dominant language
- Julia
- Stars
- 488
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
I use Julia 1.4.1 on Win 10 64 bit.
I installed PyPlot V2.9.0
after ..
using PyPlot
x = range(0; stop=2*pi, length=1000); y = sin.(3 * x + 4 * cos.(2 * x));
plot(x, y, color="red", linewidth=2.0, linestyle="--") --> Julia crashes and Julia windows disappears
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.