JuliaPy / JuliaPy/PyPlot.jl

PyPlot crashes Julia 1.4.1

Open
#488 5 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.