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

Skip to content

Commit b6e10c4

Browse files
authored
Fix Links...
1 parent dea63c0 commit b6e10c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/legend_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ def create_artists(self, legend, orig_handle,
690690

691691
class HandlerPolyCollection(HandlerBase):
692692
"""
693-
Handler for `.PolyCollection` used in `.fill_between` and `.stackplot`.
693+
Handler for `.PolyCollection` used in `~.Axes.fill_between` and `~.Axes.stackplot`.
694694
"""
695695
def _update_prop(self, legend_handle, orig_handle):
696696
def first_color(colors):

0 commit comments

Comments
 (0)