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

Skip to content

Commit 4ac18b1

Browse files
Giovanniolanmatt
Giovanni
authored andcommitted
Fix for unpickling polar plot issue #4068
1 parent 8a270fc commit 4ac18b1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/matplotlib/projections/polar.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ def get_matrix(self):
112112
return self._mtx
113113
get_matrix.__doc__ = Affine2DBase.get_matrix.__doc__
114114

115-
def __getstate__(self):
116-
return {}
117-
118-
119115
class InvertedPolarTransform(Transform):
120116
"""
121117
The inverse of the polar transform, mapping Cartesian

0 commit comments

Comments
 (0)