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