Revision: 7903
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7903&view=rev
Author:   mdboom
Date:     2009-10-23 15:02:21 +0000 (Fri, 23 Oct 2009)

Log Message:
-----------
Support \# in mathtext.

Modified Paths:
--------------
    branches/v0_99_maint/lib/matplotlib/_mathtext_data.py

Modified: branches/v0_99_maint/lib/matplotlib/_mathtext_data.py
===================================================================
--- branches/v0_99_maint/lib/matplotlib/_mathtext_data.py       2009-10-23 
02:44:32 UTC (rev 7902)
+++ branches/v0_99_maint/lib/matplotlib/_mathtext_data.py       2009-10-23 
15:02:21 UTC (rev 7903)
@@ -118,6 +118,7 @@
     r'%'                    : ('cmr10',   48),
     r'\$'                   : ('cmr10',   99),
     r'@'                    : ('cmr10',  111),
+    r'\#'                   : ('cmr10',   39),
     r'\_'                   : ('cmtt10', 79),
     r'\Gamma'               : ('cmr10',  19),
     r'\Delta'               : ('cmr10',   6),
@@ -401,6 +402,7 @@
     r'\}'               : ('pncr8a', 125),
     r'\backslash'       : ('pncr8a',  92),
     r'\ast'             : ('pncr8a',  42),
+    r'\#'               : ('pncr8a',  35),
 
     r'\circumflexaccent'         : ('pncri8a',   124), # for \hat
     r'\combiningbreve'           : ('pncri8a',   81),  # for \breve
@@ -2288,6 +2290,7 @@
 '{': 123,
 '}': 125,
 '_': 95,
+'#': 35,
 'imath': 0x131,
 'circumflexaccent'         : 770,
 'combiningbreve'           : 774,


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

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to