We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 772d2c9 + a599ce7 commit c572637Copy full SHA for c572637
examples/user_interfaces/embedding_in_wx4.py
@@ -61,7 +61,7 @@ def __init__(self):
61
wx.Frame.__init__(self,None,-1,
62
'CanvasFrame',size=(550,350))
63
64
- self.SetBackgroundColour(wx.NamedColor("WHITE"))
+ self.SetBackgroundColour(wx.NamedColour("WHITE"))
65
66
self.figure = Figure(figsize=(5,4), dpi=100)
67
self.axes = self.figure.add_subplot(111)
0 commit comments