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 a599ce7Copy full SHA for a599ce7
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