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

Skip to content
Closed
Prev Previous commit
Next Next commit
Matching up diffs with github's diff viewer (newlines).
  • Loading branch information
Phil Elson committed Feb 6, 2012
commit bd0fd6e690184db72ee5a968cfb3745bd5ba7ff5
2 changes: 0 additions & 2 deletions lib/matplotlib/projections/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ def get_projection_class(projection=None):
except KeyError:
raise ValueError("Unknown projection '%s'" % projection)



def projection_factory(projection, figure, rect, **kwargs):
"""
Get a new projection instance.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't be getting rid of a public function (even if it probably doesn't get used elsewhere) without a deprecation notice and an addendum in the api_changes.

Expand Down
1 change: 1 addition & 0 deletions lib/matplotlib/projections/polar.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,3 +757,4 @@ def drag_pan(self, button, key, x, y):
# return mpath.Path(result, codes)
# transform_path_non_affine = transform_path