change contour example
Co-Authored-By: sswatson <samuel.s.watson@gmail.com>
This commit is contained in:
parent
dd28159564
commit
3765d5f549
@ -278,7 +278,8 @@ $xyzdoc
|
||||
|
||||
# Example
|
||||
```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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user