We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c7f42 commit cd28dd6Copy full SHA for cd28dd6
1 file changed
lib/matplotlib/lines.py
@@ -835,10 +835,10 @@ def draw(self, renderer):
835
self.recache()
836
self._transform_path(subslice)
837
tpath, affine = (self._get_transformed_path()
838
- .get_transformed_path_and_affine())
+ .get_transformed_points_and_affine())
839
else:
840
841
842
843
if len(tpath.vertices):
844
# subsample the markers if markevery is not None
0 commit comments