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 d84ed49 + 2227d55 commit cf30f37Copy full SHA for cf30f37
1 file changed
lib/matplotlib/lines.py
@@ -811,10 +811,10 @@ def draw(self, renderer):
811
self.recache()
812
self._transform_path(subslice)
813
tpath, affine = (self._get_transformed_path()
814
- .get_transformed_path_and_affine())
+ .get_transformed_points_and_affine())
815
else:
816
817
818
819
if len(tpath.vertices):
820
# subsample the markers if markevery is not None
0 commit comments