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

Skip to content

Commit 9f69e65

Browse files
committed
fixed ps scaling and centering bug
svn path=/trunk/matplotlib/; revision=265
1 parent e50c93c commit 9f69e65

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
New entries should be added at the top
22
------------------------------------------------------------
3-
2004-04-26 Fixed errorbar autoscale problem.
3+
2004-04-28 Fixed PS scaling and centering bug - JDH
4+
5+
2004-04-26 Fixed errorbar autoscale problem - JDH
46

57
2004-04-22 Fixed copy tick attribute bug, fixed singular datalim
68
ticker bug; fixed mathtext fontsize interactive bug. - JDH

TODO

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

338338
-- check out epydoc
339339

340-
-- fix color on errorbar lines
340+
-- fix color on errorbar lines
341+
342+
-- savefig to file handle.

examples/interactive2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ def key_event(widget,event):
361361
w.show_all()
362362

363363
console.execute_line('import matplotlib')
364+
console.execute_line("matplotlib.use('GTKAgg')")
364365
console.execute_line('matplotlib.interactive(1)')
365366
console.execute_line('from matplotlib.matlab import *')
366367

examples/simple_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
ylabel('voltage (mV)')
1010
title('About as simple as it gets, folks')
1111
grid(True)
12-
#savefig('simple_plot',dpi=300)
12+
savefig('simple_plot.eps')
1313
show()

0 commit comments

Comments
 (0)