With what version of matplotlib? I used the normal install of matplotlib on 
CentOS 7 but it was matplotlib 1.2, it needs matplotlib 1.5 or it will have 
this error.

On Wednesday, May 18, 2016 at 6:13:04 AM UTC-7, Henri Girard wrote:
>
> using Plots
> pyplot(reuse=true)
> x=y=linspace(-5,5,30)
> this seems to work
> but surface doesn't it kills at that time 
>
> Le mercredi 18 mai 2016 09:42:06 UTC+2, Henri Girard a écrit :
>>
>> 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