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 9550c94 commit b0c6111Copy full SHA for b0c6111
1 file changed
lib/matplotlib/collections.py
@@ -93,7 +93,6 @@ def __init__(self,
93
if len(offsets.shape) == 1:
94
offsets = offsets[np.newaxis,:] # Make it Nx2.
95
if transOffset is not None:
96
- Affine2D = transforms.Affine2D
97
self._offsets = offsets
98
self._transOffset = transOffset
99
else:
0 commit comments