remove rand from example
Co-Authored-By: sswatson <samuel.s.watson@gmail.com>
This commit is contained in:
parent
689e437bac
commit
b20b47f8eb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user