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.
2 parents 772d2c9 + a599ce7 commit c572637Copy full SHA for c572637
1 file changed
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