8000
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 d21cb40 commit ff9c545Copy full SHA for ff9c545
lib/matplotlib/artist.py
@@ -673,7 +673,7 @@ def set_label(self, s):
673
"""
674
Set the label to *s* for auto legend.
675
676
- ACCEPTS: any string
+ ACCEPTS: string or anything printable with '%s' conversion.
677
678
self._label = '%s' % (s, )
679
self.pchanged()
lib/matplotlib/container.py
@@ -41,7 +41,7 @@ def set_label(self, s):
41
42
43
44
45
46
47
0 commit comments