Skip to content

Commit

Permalink
Backport PR #9343: Fix broken link to proxy artists documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored and MeeseeksDev[bot] committed Oct 12, 2017
1 parent 1976408 commit 597b68f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/matplotlib/legend.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,8 @@ def _init_legend_box(self, handles, labels, markerfirst=True):
"Legend does not support {!r} instances.\nA proxy artist "
"may be used instead.\nSee: "
"http://matplotlib.org/users/legend_guide.html"
"#using-proxy-artist".format(orig_handle)
"#creating-artists-specifically-for-adding-to-the-legend-"
"aka-proxy-artists".format(orig_handle)
)
# We don't have a handle for this artist, so we just defer
# to None.
Expand Down

0 comments on commit 597b68f

Please sign in to comment.