Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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