SourceForge logo
SourceForge logo
Menu

matplotlib-checkins

Revision: 3621
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3621&view=rev
Author: mdboom
Date: 2007年07月26日 12:44:35 -0700 (2007年7月26日)
Log Message:
-----------
Some examples to go with the last commit.
Modified Paths:
--------------
 trunk/matplotlib/examples/mathtext_examples.py
Modified: trunk/matplotlib/examples/mathtext_examples.py
===================================================================
--- trunk/matplotlib/examples/mathtext_examples.py	2007年07月26日 19:44:09 UTC (rev 3620)
+++ trunk/matplotlib/examples/mathtext_examples.py	2007年07月26日 19:44:35 UTC (rev 3621)
@@ -7,7 +7,7 @@
 r'$x y$',
 r'$x+y\ x=y\ x<y\ x:y\ x,y\ x@y$',
 r'100ドル\%y\ x*y\ x/y x\$y$',
- r'$x\leftarrow y\ x\forall y$',
+ r'$x\leftarrow y\ x\forall y\ x-y$',
 r'$x \sf x \bf x {\cal X} \rm x$',
 r'$\{ \rm braces \}$',
 r'$\left[\left\lfloor\frac{5}{\frac{\left(3\right)}{4}} y\right)\right]$',
@@ -30,8 +30,13 @@
 r'$_i$',
 r"$\arccos((x^i))$",
 r"$\gamma = \frac{x=\frac{6}{8}}{y} \delta$",
- r'$\"o\ddot o \'e\`e\~n\.x\^y$',
- 
+ r'$\limsup_{x\to\infty}$',
+ r'$\oint^\infty_0$',
+ r"$f'$",
+ r'$\frac{x_2888}{y}$',
+ r"$\sqrt[3]{\frac{X_2}{Y}}=5$",
+ r"$\sqrt[3]{x}=5$",
+ r'$\frac{X}{\frac{X}{Y}}$'
 ]
 
 from pylab import *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 3672
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3672&view=rev
Author: mdboom
Date: 2007年08月03日 11:30:25 -0700 (2007年8月03日)
Log Message:
-----------
Make LaTeX preview show things in displaymath mode, since that's what
we're trying to emulate.
Modified Paths:
--------------
 trunk/matplotlib/examples/mathtext_examples.py
Modified: trunk/matplotlib/examples/mathtext_examples.py
===================================================================
--- trunk/matplotlib/examples/mathtext_examples.py	2007年08月03日 17:58:07 UTC (rev 3671)
+++ trunk/matplotlib/examples/mathtext_examples.py	2007年08月03日 18:30:25 UTC (rev 3672)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-import os, sys
+import os, sys, re
 
 stests = [
 r'Kerning: AVA $AVA$',
@@ -66,6 +66,7 @@
 fd.write("\\begin{enumerate}\n")
 
 for i, s in enumerate(stests):
+ s = re.sub(r"(?<!\\)\$", "$$", s)
 fd.write("\\item %s\n" % s)
 
 fd.write("\\end{enumerate}\n")
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 4505
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4505&view=rev
Author: jdh2358
Date: 2007年11月29日 11:44:49 -0800 (2007年11月29日)
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.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /