Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2a5db commit 753c7c0Copy full SHA for 753c7c0
1 file changed
examples/pylab_examples/mathtext_examples.py
@@ -50,6 +50,11 @@
50
r'$\Gamma \Delta \Theta \Lambda \Xi \Pi \Sigma \Upsilon \Phi \Psi \Omega$',
51
r'$\alpha \beta \gamma \delta \epsilon \zeta \eta \theta \iota \lambda \mu \nu \xi \pi \kappa \rho \sigma \tau \upsilon \phi \chi \psi$',
52
#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}$')
58
]
59
60
from pylab import *
0 commit comments