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

Skip to content

Commit deb1dd0

Browse files
committed
added vertical mathtext for gtk
svn path=/trunk/matplotlib/; revision=407
1 parent 485af83 commit deb1dd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/mathtext_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
#tex = r'$\alpha\beta\gamma$'
2424
text(1, 2.6, tex, fontsize=20)
2525
title(r'$\Delta_i^j \hspace{0.4} \rm{versus} \hspace{0.4} \Delta_{i+1}^j$', fontsize=20)
26-
savefig('mathtext_demo')
26+
#savefig('mathtext_demo')
2727

2828
show()

0 commit comments

Comments
 (0)