We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4408ce commit 57b9ea3Copy full SHA for 57b9ea3
src/contours.jl
@@ -29,7 +29,7 @@ const _DEFAULT_ISOLINE_KWARGS =
29
Plot the contour lines of the function whose values are represented
30
by the array (or function) `zs`. If `lift` is true, plot in 3D.
31
32
-# Example
+# Examples
33
```julia-repl
34
julia> isolines(0:10, 0:10, (x,y) -> (100 - x^2 + y^2)/10, lift = true)
35
"""
0 commit comments