Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb52fee

Browse files
committed
Legend: Code style
1 parent cda9334 commit cb52fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def __init__(
312312
numpoints=None, # number of points in the legend line
313313
markerscale=None, # relative size of legend markers vs. original
314314
markerfirst=True, # left/right ordering of legend marker and label
315-
reverse=False, # reverse ordering of legend marker and label
315+
reverse=False, # reverse ordering of legend marker and label
316316
scatterpoints=None, # number of scatter points
317317
scatteryoffsets=None,
318318
prop=None, # properties for the legend texts

0 commit comments

Comments
 (0)