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

Skip to content

Commit 3172a48

Browse files
committed
updated backend_bases draw_markers doc
svn path=/trunk/matplotlib/; revision=1059
1 parent f46ba6d commit 3172a48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/backend_bases.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ def draw_image(self, x, y, im, origin, bbox):
5454
"""
5555
raise NotImplementedError
5656

57-
def _draw_markers(self, gc, path, x, y, trans):
57+
def _draw_markers(self, gc, path, rgbFace, x, y, trans):
5858
"""
5959
This method is currently underscore hidden because the
6060
draw_markers method is being used as a sentinel for newstyle
6161
backend drawing
6262
63-
path - a list of path elements, see matplotlib.paths
63+
path - a matplotlib.agg.path_storage instance
6464
6565
Draw the marker specified in path with graphics context gc at
6666
each of the locations in arrays x and y. trans is a

0 commit comments

Comments
 (0)