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

Skip to content

Commit ceecfc0

Browse files
committed
minor text updates
svn path=/trunk/matplotlib/; revision=279
1 parent 9fa4e26 commit ceecfc0

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
New entries should be added at the top
22
------------------------------------------------------------
3+
2004-05-05 Refactored text instances out of backend - JDH
4+
35
2004-05-04 Added fonts_demo.py to backend_driver, and AFM and TTF font
46
caches to font_manager.py - PEB
57

TODO

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

344344
-- add agg and and image generic tostring methods
345345

346-
-- expose line set dashes
346+
-- expose line set dashes
347+
348+
-- fix vertical layout in PS

examples/alignment_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@
9090
transy=ax.yaxis.transAxis)
9191

9292
axis('off')
93-
savefig('alignment_test', dpi=300)
93+
savefig('alignment_test', dpi=100)
9494
show()

0 commit comments

Comments
 (0)