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

Skip to content

Commit c4c40d0

Browse files
committed
Remove reference to delete gtktools toolkit.
1 parent 5d57a87 commit c4c40d0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/matplotlib/mlab.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,6 @@
151151
152152
rec2excel(r, 'test.xls', formatd=formatd)
153153
rec2csv(r, 'test.csv', formatd=formatd)
154-
scroll = rec2gtk(r, formatd=formatd)
155-
156-
win = gtk.Window()
157-
win.set_size_request(600,800)
158-
win.add(scroll)
159-
win.show_all()
160-
gtk.main()
161-
162154
163155
"""
164156

0 commit comments

Comments
 (0)