From: <jd...@us...> - 2007-11-29 19:45:06
|
Revision: 4505 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4505&view=rev Author: jdh2358 Date: 2007-11-29 11:44:49 -0800 (Thu, 29 Nov 2007) Log Message: ----------- minor changes for htdocs Modified Paths: -------------- trunk/matplotlib/examples/mathtext_examples.py Modified: trunk/matplotlib/examples/mathtext_examples.py =================================================================== --- trunk/matplotlib/examples/mathtext_examples.py 2007-11-29 19:43:20 UTC (rev 4504) +++ trunk/matplotlib/examples/mathtext_examples.py 2007-11-29 19:44:49 UTC (rev 4505) @@ -49,15 +49,7 @@ r'$\widehat{abc}\widetilde{def}$', r'$\Gamma \Delta \Theta \Lambda \Xi \Pi \Sigma \Upsilon \Phi \Psi \Omega$', r'$\alpha \beta \gamma \delta \epsilon \zeta \eta \theta \iota \lambda \mu \nu \xi \pi \kappa \rho \sigma \tau \upsilon \phi \chi \psi$', -<<<<<<< .mine -<<<<<<< .mine - #ur'Generic symbol: $\u23ce \mathrm{\ue0f2}$' -======= - #ur'Generic symbol: $\u23ce \mathrm{\ue0f2 \U0001D538}$' -======= ur'Generic symbol: $\u23ce \mathrm{\ue0f2 \U0001D538}$' ->>>>>>> .r4393 ->>>>>>> .r4174 ] from pylab import * @@ -71,11 +63,7 @@ axis([0, 3, -len(tests), 0]) yticks(arange(len(tests)) * -1) for i, s in enumerate(tests): -<<<<<<< .mine - print i,s -======= print (i, s) ->>>>>>> .r4174 text(0.1, -i, s, fontsize=20) savefig('mathtext_examples') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |