8000 RST issue in legend doc · matplotlib/matplotlib@2e3e9ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e3e9ea

Browse files
committed
RST issue in legend doc
1 parent f3538c4 commit 2e3e9ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
8000
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def legend(self, *args, **kwargs):
363363
*markerfirst*: [ *True* | *False* ]
364364
if *True*, legend marker is placed to the left of the legend label
365365
if *False*, legend marker is placed to the right of the legend
366-
label
366+
label
367367
368368
frameon : None or bool
369369
Control whether a frame should be drawn around the legend.

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ def legend(self, handles, labels, *args, **kwargs):
11511151
*markerfirst*: [ *True* | *False* ]
11521152
if *True*, legend marker is placed to the left of the legend label
11531153
if *False*, legend marker is placed to the right of the legend
1154-
label
1154+
label
11551155
11561156
*fancybox*: [ *None* | *False* | *True* ]
11571157
if *True*, draw a frame with a round fancybox. If *None*, use rc

0 commit comments

Comments
 (0)
0