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 70d0735 commit 880c795Copy full SHA for 880c795
1 file changed
lib/matplotlib/collections.py
@@ -1480,7 +1480,8 @@ def _set_transforms(self):
1480
self._transforms[:, 1, 0] = widths * sin_angle
1481
self._transforms[:, 1, 1] = heights * cos_angle
1482
self._transforms[:, 2, 2] = 1.0
1483
-
+
1484
+ _affine = transforms.Affine2D
1485
if self._units == 'xy':
1486
m = ax.transData.get_affine().get_matrix().copy()
1487
m[:2, 2:] = 0
0 commit comments