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

Log Message:
-----------
Minor fix -- updating old \rm{} syntax to \mathrm{} syntax.

Modified Paths:
--------------
    trunk/matplotlib/examples/mathtext_demo.py

Modified: trunk/matplotlib/examples/mathtext_demo.py
===================================================================
--- trunk/matplotlib/examples/mathtext_demo.py  2007-11-28 20:41:15 UTC (rev 
4496)
+++ trunk/matplotlib/examples/mathtext_demo.py  2007-11-28 20:43:01 UTC (rev 
4497)
@@ -22,7 +22,7 @@
 
 ax.legend(("Foo", "Testing $x^2$"))
 
-ax.set_title(r'$\Delta_i^j \hspace{0.4} \rm{versus} \hspace{0.4} 
\Delta_{i+1}^j$', fontsize=20)
+ax.set_title(r'$\Delta_i^j \hspace{0.4} \mathrm{versus} \hspace{0.4} 
\Delta_{i+1}^j$', fontsize=20)
 #fig.savefig('mathtext_demo')
 
 show()


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