I have todays julia from git, likewise for Julia Studio.
Is there some way to get plotting in JuliaStudio? (I did get it to
work with IJulia)

I am doing:

using Winston

julia> x = -3:(pi/60):5

-3.0:0.05235987755982988:4.958701389094142


julia> plot(x, sin(x))

FramedPlot(...)


julia> show()

no method show()

but I do not see any plot.

Is it possible?

Kjetil

Reply via email to