Skip to content

Patch issue 6035 rebase #6504

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

Merged
merged 12 commits into from
May 30, 2016
Prev Previous commit
Next Next commit
Removed whitespaces (for PEP8)
  • Loading branch information
afvincent authored and jenshnielsen committed May 30, 2016
commit 85cecf172fe78de870d1c24abc7abd8d6302ece2
4 changes: 2 additions & 2 deletions lib/matplotlib/patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -4056,7 +4056,7 @@ def __init__(self, posA=None, posB=None,

self._mutation_scale = mutation_scale
self._mutation_aspect = mutation_aspect

self.set_dpi_cor(dpi_cor)
#self._draw_in_display_coordinate = True

Expand All @@ -4068,7 +4068,7 @@ def set_dpi_cor(self, dpi_cor):

self._dpi_cor = dpi_cor
self.stale = True

def get_dpi_cor(self):
"""
dpi_cor is currently used for linewidth-related things and
Expand Down