This commit is contained in:
Thomas Breloff 2016-06-22 13:22:25 -04:00
parent 73ffcb9bc1
commit 2c138c8355

View File

@ -22,8 +22,6 @@ Use the [preprocessing pipeline](http://plots.readthedocs.io/en/latest/pipeline/
```julia ```julia
using Plots using Plots
pyplot(reuse=true)
@gif for i in linspace(0,2π,100) @gif for i in linspace(0,2π,100)
X = Y = linspace(-5,5,40) X = Y = linspace(-5,5,40)
surface(X, Y, (x,y) -> sin(x+10sin(i))+cos(y)) surface(X, Y, (x,y) -> sin(x+10sin(i))+cos(y))