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 4328647Copy full SHA for 4328647
1 file changed
examples/user_interfaces/embedding_in_wx2.py
@@ -32,7 +32,7 @@ def __init__(self):
32
wx.Frame.__init__(self,None,-1,
33
'CanvasFrame',size=(550,350))
34
35
- self.SetBackgroundColour(wx.NamedColor("WHITE"))
+ self.SetBackgroundColour(wx.NamedColour("WHITE"))
36
37
self.figure = Figure()
38
self.axes = self.figure.add_subplot(111)
0 commit comments