Revision: 4492
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4492&view=rev
Author:   mdboom
Date:     2007-11-28 12:13:47 -0800 (Wed, 28 Nov 2007)

Log Message:
-----------
Fix bug using stix fonts.

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/mathtext.py

Modified: trunk/matplotlib/lib/matplotlib/mathtext.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/mathtext.py 2007-11-28 18:30:10 UTC (rev 
4491)
+++ trunk/matplotlib/lib/matplotlib/mathtext.py 2007-11-28 20:13:47 UTC (rev 
4492)
@@ -852,6 +852,7 @@
     fontmap = {}
     use_cmex = False
     cm_fallback = False
+    _sans = False
 
     def __init__(self, *args, **kwargs):
         TruetypeFonts.__init__(self, *args, **kwargs)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to