remove rand from example

Co-Authored-By: sswatson <samuel.s.watson@gmail.com>
This commit is contained in:
Iblis Lin
2019-01-10 08:44:41 -05:00
committed by GitHub
co-authored by sswatson
parent 689e437bac
commit b20b47f8eb
+2 -1
View File
@@ -300,7 +300,8 @@ $xyzdoc
# Example
```julia-repl
julia> surface(1:10,1:10,randn(10,10))
julia> x = y = range(-3, 3, length = 100)
julia> surface(x, y, (x, y) -> sinc(norm([x, y])))
```
"""
@shorthands surface