I'd really appreciate any ideas I know this is very little to go on but 
maybe some of you can just spitball some ideas that might work. I really 
would like to use this  functionality

On Saturday, August 22, 2015 at 5:40:13 PM UTC+5:30, Shubham Bhushan wrote:
>
> 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