We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4765726 + 5d486dc commit 772d2c9Copy full SHA for 772d2c9
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