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

Skip to content

Commit 67ffdf7

Browse files
authored
Merge pull request #9343 from deepyaman/fix-proxy-artists-url
Fix broken link to proxy artists documentation
2 parents b4b4794 + 87a208c commit 67ffdf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/legend.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,8 @@ def _init_legend_box(self, handles, labels, markerfirst=True):
620620
"Legend does not support {!r} instances.\nA proxy artist "
621621
"may be used instead.\nSee: "
622622
"http://matplotlib.org/users/legend_guide.html"
623-
"#using-proxy-artist".format(orig_handle)
623+
"#creating-artists-specifically-for-adding-to-the-legend-"
624+
"aka-proxy-artists".format(orig_handle)
624625
)
625626
# We don't have a handle for this artist, so we just defer
626627
# to None.

0 commit comments

Comments
 (0)