Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa4e26 commit ceecfc0Copy full SHA for ceecfc0
3 files changed
CHANGELOG
@@ -1,5 +1,7 @@
1
New entries should be added at the top
2
------------------------------------------------------------
3
+2004-05-05 Refactored text instances out of backend - JDH
4
+
5
2004-05-04 Added fonts_demo.py to backend_driver, and AFM and TTF font
6
caches to font_manager.py - PEB
7
TODO
@@ -343,4 +343,6 @@
343
344
-- add agg and and image generic tostring methods
345
346
--- expose line set dashes
+-- expose line set dashes
347
348
+-- fix vertical layout in PS
examples/alignment_test.py
@@ -90,5 +90,5 @@
90
transy=ax.yaxis.transAxis)
91
92
axis('off')
93
-savefig('alignment_test', dpi=300)
+savefig('alignment_test', dpi=100)
94
show()
0 commit comments