From: <md...@us...> - 2007-12-18 21:00:05
|
Revision: 4770 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4770&view=rev Author: mdboom Date: 2007-12-18 12:59:56 -0800 (Tue, 18 Dec 2007) Log Message: ----------- Update list of supported backends. Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/mathtext.py Modified: trunk/matplotlib/lib/matplotlib/mathtext.py =================================================================== --- trunk/matplotlib/lib/matplotlib/mathtext.py 2007-12-18 20:57:40 UTC (rev 4769) +++ trunk/matplotlib/lib/matplotlib/mathtext.py 2007-12-18 20:59:56 UTC (rev 4770) @@ -158,17 +158,8 @@ BACKENDS - mathtext currently works with GTK, Agg, GTKAgg, TkAgg and WxAgg and - PS, though only horizontal and vertical rotations are supported in - *Agg + mathtext currently works with all backends. - mathtext now embeds the TrueType computer modern fonts into the PS - file, so what you see on the screen should be what you get on paper. - - Backends which don't support mathtext will just render the TeX - string as a literal. Stay tuned. - - KNOWN ISSUES: - Certainly there are some... This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |