Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23705cb commit 1d9c9f5Copy full SHA for 1d9c9f5
1 file changed
lib/matplotlib/backends/backend_wx.py
@@ -1577,7 +1577,7 @@ def __init__(self, canvas):
1577
# for now, use alternate zoom-rectangle drawing on all
1578
# Macs. N.B. In future versions of wx it may be possible to
1579
# detect Retina displays with window.GetContentScaleFactor()
1580
- # and/or dc.GetContentScaleFactor()
+ # and/or dc.GetContentScaleFactor()
1581
self.retinaFix = 'wxMac' in wx.PlatformInfo
1582
1583
def get_canvas(self, frame, fig):
0 commit comments