Hi I tried using Gadfly and Interact and tried the example from Interact.jl 
github notebooks.
My code doesn't evaluate. It just keeps processing and doesn't plot 
anything, the kernel however is shown to be busy 
@manipulate for ϕ = 0:π/16:4π, f = [:sin => sin, :cos => cos], both = false
    if both
        plot([θ -> sin(θ + ϕ), θ -> cos(θ + ϕ)], 0, 8)
    else
        plot(θ -> f(θ + ϕ), 0, 8)
    end
end
I have run the code for 2hrs now still no output

Reply via email to