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

Skip to content

Non string projection definitions #694

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 16 commits into from
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
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