Can you check out the dev branch and let me know if you continue to
experience problems?

On Wednesday, May 18, 2016, Henri Girard <[email protected]> wrote:

> I use mainly pyplot but if I want to use Plots the kernel is killed and I
> can't use plots
>
> using Plots
> pyplot(reuse=true)
>
> @gif for i in linspace(0,2π,100)
>     X = Y = linspace(-5,5,40)
>     surface(X, Y, (x,y) -> sin(x+10sin(i))+cos(y))
> end
>

Reply via email to