Skip to content

PyPlot crashing #440

@harshangrjn

Description

@harshangrjn

In Julia v1.1 and Python 2.7.13:

Julia crashes when I try to get a simple plot given below.

    using PyPlot
    x = range(0,stop=2*pi,length=100); y = sin.(3*x + 4*cos.(2*x))
    plot(x, y, color="red", linewidth=2.0)

Any fix suggestions?

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