Skip to content

Commit 2f4f4ca

Browse files
committed
also correct LineCollection zorder type
1 parent e41755d commit 2f4f4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@ def __init__(self, segments, # Can be None.
13901390
allowed).
13911391
antialiaseds : bool or list of bool, default: :rc:`lines.antialiased`
13921392
Whether to use antialiasing for each line.
1393-
zorder : int, default: 2
1393+
zorder : float, default: 2
13941394
zorder of the lines once drawn.
13951395
13961396
facecolors : color or list of color, default: 'none'

0 commit comments

Comments
 (0)