readme
This commit is contained in:
parent
73ffcb9bc1
commit
2c138c8355
@ -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))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user