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

Skip to content

Commit 753c7c0

Browse files
committed
apllied michaels unicode fix
svn path=/trunk/matplotlib/; revision=6205
1 parent 4e2a5db commit 753c7c0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

examples/pylab_examples/mathtext_examples.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
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$',
5252
#ur'Generic symbol: $\u23ce \mathrm{\ue0f2 \U0001D538}$'
53+
ur'Generic symbol: $\u23ce$',
54+
]
55+
56+
if sys.maxunicode > 0xffff:
57+
stests.append('$\mathrm{\ue0f2 \U0001D538}$')
5358
]
5459

5560
from pylab import *

0 commit comments

Comments
 (0)