Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c9fe1e

Browse files
committed
minor changes for htdocs
svn path=/trunk/matplotlib/; revision=4505
1 parent 517513f commit 6c9fe1e

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

examples/mathtext_examples.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,7 @@
4949
r'$\widehat{abc}\widetilde{def}$',
5050
r'$\Gamma \Delta \Theta \Lambda \Xi \Pi \Sigma \Upsilon \Phi \Psi \Omega$',
5151
r'$\alpha \beta \gamma \delta \epsilon \zeta \eta \theta \iota \lambda \mu \nu \xi \pi \kappa \rho \sigma \tau \upsilon \phi \chi \psi$',
52-
<<<<<<< .mine
53-
<<<<<<< .mine
54-
#ur'Generic symbol: $\u23ce \mathrm{\ue0f2}$'
55-
=======
56-
#ur'Generic symbol: $\u23ce \mathrm{\ue0f2 \U0001D538}$'
57-
=======
5852
ur'Generic symbol: $\u23ce \mathrm{\ue0f2 \U0001D538}$'
59-
>>>>>>> .r4393
60-
>>>>>>> .r4174
6153
]
6254

6355
from pylab import *
@@ -71,11 +63,7 @@ def doall():
7163
axis([0, 3, -len(tests), 0])
7264
yticks(arange(len(tests)) * -1)
7365
for i, s in enumerate(tests):
74-
<<<<<<< .mine
75-
print i,s
76-
=======
7766
print (i, s)
78-
>>>>>>> .r4174
7967
text(0.1, -i, s, fontsize=20)
8068

8169
savefig('mathtext_examples')

0 commit comments

Comments
 (0)