Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fcdd2b

Browse files
committed
Fix whitespace
1 parent 5154cba commit 6fcdd2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/user_interfaces/mathtext_wx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ def __init__(self, parent, title):
4646

4747
self.canvas = FigureCanvas(self, -1, self.figure)
4848

49-
self.change_plot(0)
50-
49+
self.change_plot(0)
50+
5151
self.sizer = wx.BoxSizer(wx.VERTICAL)
5252
self.add_buttonbar()
5353
self.sizer.Add(self.canvas, 1, wx.LEFT | wx.TOP | wx.GROW)

0 commit comments

Comments
 (0)