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

Skip to content

Commit d43a9a7

Browse files
committed
Fix corrupted stix_fonts_demo example
1 parent b9710e6 commit d43a9a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/pylab_examples/stix_fonts_demo.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
import numpy as np
99

1010
stests = [
11-
r'$\mathcircled{123} \mathrm{\mathcircled{123}} \
12-
\mathbf{\mathcircled{123}}$',
13-
r'$\mathsf{Sans \Omega} \mathrm{\mathsf{Sans \Omega}} \
14-
\mathbf{\mathsf{Sans \Omega}}$',
11+
r'$\mathcircled{123} \mathrm{\mathcircled{123}}'
12+
r' \mathbf{\mathcircled{123}}$',
13+
r'$\mathsf{Sans \Omega} \mathrm{\mathsf{Sans \Omega}}'
14+
r' \mathbf{\mathsf{Sans \Omega}}$',
1515
r'$\mathtt{Monospace}$',
1616
r'$\mathcal{CALLIGRAPHIC}$',
1717
r'$\mathbb{Blackboard \pi}$',

0 commit comments

Comments
 (0)