Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2f4f4ca

Browse filesBrowse files
committed
also correct LineCollection zorder type
1 parent e41755d commit 2f4f4ca
Copy full SHA for 2f4f4ca

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/collections.py

Copy file name to clipboardExpand all lines: lib/matplotlib/collections.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.