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

Skip to content

Commit 41d0915

Browse files
committed
ported gtk print to new api
svn path=/trunk/matplotlib/; revision=70
1 parent c6b57e2 commit 41d0915

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

TODO

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,6 @@
157157

158158
-- finish contour
159159

160-
-- allow rectangle select region for zoom tool
160+
-- allow rectangle select region for zoom tool
161+
162+
- update Debian section on web page

examples/simple_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
title('About as simple as it gets, folks')
99
#grid(True)
1010
#set(gca(), 'xticks', (0,.2,.7))
11-
savefig('simple_plot', dpi=144)
11+
savefig('test2', dpi=200)
1212
show()

0 commit comments

Comments
 (0)