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

Skip to content

Commit a744c5d

Browse files
committed
mathtext 2.2 warning
svn path=/trunk/matplotlib/; revision=520
1 parent f3e2e6f commit a744c5d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/integral_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ def func(x):
2929
ax.set_xticks((a,b))
3030
ax.set_xticklabels(('a','b'))
3131
ax.set_yticks([])
32-
#savefig('integral_demo')
32+
savefig('integral_demo')
3333
show()

examples/mathtext_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
tex = r'$\cal{R}\prod_{i=\alpha_{i+1}}^\infty a_i\rm{sin}(2 \pi f x_i)$'
2121
text(1, 1.6, tex, fontsize=20)
2222
title(r'$\Delta_i^j \hspace{0.4} \rm{versus} \hspace{0.4} \Delta_{i+1}^j$', fontsize=20)
23-
#savefig('mathtext_demo')
23+
savefig('mathtext_demo')
2424

2525
show()

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"""
1212

1313
# The NUMERIX
14-
#NUMERIX = 'Numeric' # or numarray
15-
NUMERIX = 'numarray' # or numarray
14+
NUMERIX = 'Numeric' # or numarray
15+
#NUMERIX = 'numarray' # or numarray
1616

1717
# build the image support module - requires agg and Numeric or
1818
# numarray. You can build the image module with either Numeric or

0 commit comments

Comments
 (0)