[julia-users] Re: I cant view Plots in Juno - Atom IDE

2016-08-08 Thread Erick J Zagal
Tank you :)

El lunes, 8 de agosto de 2016, 3:03:42 (UTC-5), Chris Rackauckas escribió:
>
> Use the command `gui()`
>
> On Sunday, August 7, 2016 at 9:32:29 PM UTC-7, Erick J Zagal wrote:
>>
>> I have this code:
>>
>> using Plots
>>
>> x = linspace(0, 10, 200)
>> y = sin(x)
>> plot(x, y, color=:blue, linewidth=2, label="sine")
>>
>> when run this in the console , show the plot , but  trying in Juno only 
>> show [Plots.jl] Initializing backend:plotly
>> the plot is nothing 
>> Add a Screenshot
>>
>> Help
>>
>

[julia-users] I cant view Plots in Juno - Atom IDE

2016-08-07 Thread Erick J Zagal
I have this code:

using Plots

x = linspace(0, 10, 200)
y = sin(x)
plot(x, y, color=:blue, linewidth=2, label="sine")

when run this in the console , show the plot , but  trying in Juno only 
show [Plots.jl] Initializing backend:plotly
the plot is nothing 
Add a Screenshot

Help