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.
2 parents 4ef891e + 80c097c commit 44fd352Copy full SHA for 44fd352
galleries/users_explain/axes/legend_guide.py
@@ -73,7 +73,7 @@
73
74
If the handles are not directly accessible, for example when using some
75
`Third-party packages <https://matplotlib.org/mpl-third-party/>`_, they can be accessed
76
-via `.Axes.get_legend_handles_and_labels`. Here we use a dictionary to rename existing
+via `.Axes.get_legend_handles_labels`. Here we use a dictionary to rename existing
77
labels::
78
79
my_map = {'Line Up':'Up', 'Line Down':'Down'}
0 commit comments