Skip to content

figures not showing in IJulia #118

@axsk

Description

@axsk

image

Ran into this problem about two weeks ago, and it still persists with newest Julia nightly and Pkg.update(). (Gadfly plots are working..)
Is there anyone else who can confirm this?

Here the code:

using PyPlot
x = linspace(0,2*pi,1000)
y = sin(3*x + 4*cos(2*x));
plot(x, y, color="red", linewidth=2.0, linestyle="--")

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions