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
>

Reply via email to