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

Skip to content

Commit bd0fd6e

Browse files
author
Phil Elson
committed
Matching up diffs with github's diff viewer (newlines).
1 parent 53cbea6 commit bd0fd6e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lib/matplotlib/projections/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ def get_projection_class(projection=None):
6161
except KeyError:
6262
raise ValueError("Unknown projection '%s'" % projection)
6363

64-
65-
6664
def projection_factory(projection, figure, rect, **kwargs):
6765
"""
6866
Get a new projection instance.

lib/matplotlib/projections/polar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,3 +757,4 @@ def drag_pan(self, button, key, x, y):
757757
# return mpath.Path(result, codes)
758758
# transform_path_non_affine = transform_path
759759

760+

0 commit comments

Comments
 (0)