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

Skip to content

Commit 9a8f491

Browse files
author
Paul Barret
committed
Fixed typo on line 569.
svn path=/trunk/matplotlib/; revision=583
1 parent dec007d commit 9a8f491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_tkagg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ def _Button(self, text, file, command):
566566
def _init_toolbar(self):
567567
xmin, xmax = self.canvas.figure.bbox.intervalx().get_bounds()
568568
height, width = 50, xmax-xmin
569-
Tk.Frame.__init5B__(self, master=self.figman.window,
569+
Tk.Frame.__init__(self, master=self.figman.window,
570570
width=width, height=height,
571571
borderwidth=2)
572572

0 commit comments

Comments
 (0)