Skip to content

PyPlot crashes Julia 1.4.1 #488

Open
@ChrisNabold

Description

@ChrisNabold

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions