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

Skip to content

Commit f92ee59

Browse files
committed
added missing self
1 parent c07f674 commit f92ee59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/quiver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def remove(self):
271271
"""
272272
Overload the remove method
273273
"""
274-
Q.ax.figure.callbacks.disconnect(self._cid)
274+
self.Q.ax.figure.callbacks.disconnect(self._cid)
275275
self._cid = None
276276
# pass the remove call up the stack
277277
martist.Artist.remove(self)

0 commit comments

Comments
 (0)