Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0c6111

Browse files
committed
Remove on-line of cruft (thanks, Ryan May)
svn path=/trunk/matplotlib/; revision=5768
1 parent 9550c94 commit b0c6111

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/collections.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def __init__(self,
9393
if len(offsets.shape) == 1:
9494
offsets = offsets[np.newaxis,:] # Make it Nx2.
9595
if transOffset is not None:
96-
Affine2D = transforms.Affine2D
9796
self._offsets = offsets
9897
self._transOffset = transOffset
9998
else:

0 commit comments

Comments
 (0)