Skip to content

Commit

Permalink
Fix for unpickling polar plot issue #4068
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni authored and olanmatt committed Mar 23, 2015
1 parent 8a270fc commit 4ac18b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/matplotlib/projections/polar.py
Expand Up @@ -112,10 +112,6 @@ def get_matrix(self):
return self._mtx
get_matrix.__doc__ = Affine2DBase.get_matrix.__doc__

def __getstate__(self):
return {}


class InvertedPolarTransform(Transform):
"""
The inverse of the polar transform, mapping Cartesian
Expand Down

0 comments on commit 4ac18b1

Please sign in to comment.