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 7e14561 commit 5d486dcCopy full SHA for 5d486dc
1 file changed
examples/user_interfaces/mathtext_wx.py
@@ -37,7 +37,7 @@ def mathtext_to_wxbitmap(s):
37
class CanvasFrame(wx.Frame):
38
def __init__(self, parent, title):
39
wx.Frame.__init__(self, parent, -1, title, size=(550, 350))
40
- self.SetBackgroundColour(wx.NamedColor("WHITE"))
+ self.SetBackgroundColour(wx.NamedColour("WHITE"))
41
42
self.figure = Figure()
43
self.axes = self.figure.add_subplot(111)
0 commit comments