Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94ecc5 commit cda9334Copy full SHA for cda9334
1 file changed
lib/matplotlib/legend.py
@@ -312,7 +312,7 @@ def __init__(
312
numpoints=None, # number of points in the legend line
313
markerscale=None, # relative size of legend markers vs. original
314
markerfirst=True, # left/right ordering of legend marker and label
315
- reverse=False # reverse ordering of legend marker and label
+ reverse=False, # reverse ordering of legend marker and label
316
scatterpoints=None, # number of scatter points
317
scatteryoffsets=None,
318
prop=None, # properties for the legend texts
0 commit comments