Skip to content

Commit 776e6f1

Browse files
committed
docs: add :cc to legend positions
1 parent 8ed198a commit 776e6f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dispatch.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ function default_plot_kwargs()
348348
:levels => Pair(7, "array of isolevels or number of isolevels for contour plots"),
349349
:legend => Pair(
350350
:none,
351-
"Legend (position): one of [:none, :best, :lt, :ct, :rt, :lc, :rc, :lb, :cb, :rb]"
351+
"Legend (position): one of [:none, :best, :cc, :lt, :ct, :rt, :lc, :rc, :lb, :cb, :rb]"
352352
),
353353
:limits => Pair((1, -1), "function limits"),
354354
:linestyle => Pair(

0 commit comments

Comments
 (0)