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

Skip to content

Commit e430491

Browse files
authored
Merge pull request #14021 from dstansby/leg-returns
Fix ax.legend Returns markup
2 parents 4208a71 + 3efb2a9 commit e430491

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,7 @@ def legend(self, *args, **kwargs):
382382
383383
Returns
384384
-------
385-
386-
:class:`matplotlib.legend.Legend` instance
385+
legend : `~matplotlib.legend.Legend`
387386
388387
Notes
389388
-----

0 commit comments

Comments
 (0)