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.
2 parents 7c224b5 + cd28dd6 commit 0fc655aCopy full SHA for 0fc655a
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