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

Skip to content

Commit dea63c0

Browse files
authored
Small fix for links....
1 parent a5074a8 commit dea63c0

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
@@ -414,7 +414,7 @@ def create_artists(self, legend, orig_handle,
414414

415415
class HandlerPathCollection(HandlerRegularPolyCollection):
416416
"""
417-
Handler for `.PathCollections`, which are used by `.scatter`.
417+
Handler for `.PathCollections`, which are used by `Axes.scatter`.
418418
"""
419419
def create_collection(self, orig_handle, sizes, offsets, transOffset):
420420
p = type(orig_handle)([orig_handle.get_paths()[0]],

0 commit comments

Comments
 (0)