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 Michael Krabbe Borregaard
parent 63cdf9f8e7
commit dd28159564

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