change contour example
Co-Authored-By: sswatson <samuel.s.watson@gmail.com>
This commit is contained in:
parent
b20b47f8eb
commit
e673339dc4
@ -278,7 +278,8 @@ $xyzdoc
|
|||||||
|
|
||||||
# Example
|
# Example
|
||||||
```julia-repl
|
```julia-repl
|
||||||
julia> contour(-20:20,-20:20,(x,y)->x^2+y^2)
|
julia> x = y = range(-20, 20, length = 100)
|
||||||
|
julia> contour(x, y, (x, y) -> x^2 + y^2)
|
||||||
```
|
```
|
||||||
"""
|
"""
|
||||||
@shorthands contour
|
@shorthands contour
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user