Skip to content

Commit 4e46c9e

Browse files
committed
Fix isolines docstring
1 parent 57b9ea3 commit 4e46c9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/contours.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const _DEFAULT_ISOLINE_KWARGS =
2626
"""
2727
isolines(xs, ys, zs; lift = false, interpolation = :cubic)
2828
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.
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.
3131
3232
# Examples
3333
```julia-repl

0 commit comments

Comments
 (0)