8000 Backport PR #9343: Fix broken link to proxy artists documentation · matplotlib/matplotlib@597b68f · GitHub
[go: up one dir, main page]

Skip to content

Commit 597b68f

Browse files
dstansbyMeeseeksDev[bot]
authored andcommitted
Backport PR #9343: Fix broken link to proxy artists documentation
1 parent 1976408 commit 597b68f

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)
0