Skip to content

Patch issue #6035 #6054

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 12 commits into from
Prev Previous commit
Next Next commit
Removed whitespaces (for PEP8)
  • Loading branch information
afvincent committed May 14, 2016
commit 0955cf9f22a69c016fb59d4a3d56a7c56c47f5a3
4 changes: 2 additions & 2 deletions lib/matplotlib/patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -4049,7 +4049,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 @@ -4061,7 +4061,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