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

Skip to content

Commit a9f5f7a

Browse files
committed
reverted bogus renderer dpi addition to text cache key
svn path=/trunk/matplotlib/; revision=6099
1 parent 54cbf33 commit a9f5f7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def get_prop_tup(self):
401401
return (x, y, self._text, self._color,
402402
self._verticalalignment, self._horizontalalignment,
403403
hash(self._fontproperties), self._rotation,
404-
self.figure.dpi, id(self._renderer), self._renderer.dpi
404+
self.figure.dpi, id(self._renderer),
405405
)
406406

407407
def get_text(self):

0 commit comments

Comments
 (0)