There was an error while loading. Please reload this page.
2 parents 186f36d + ba11a8c commit 9fd2ef9Copy full SHA for 9fd2ef9
1 file changed
lib/matplotlib/backends/backend_qt.py
@@ -393,7 +393,7 @@ def sizeHint(self):
393
w, h = self.get_width_height()
394
return QtCore.QSize(w, h)
395
396
- def minumumSizeHint(self):
+ def minimumSizeHint(self):
397
return QtCore.QSize(10, 10)
398
399
@staticmethod
0 commit comments