openbsd-ports/graphics/py-matplotlib/patches/patch-examples_mathtext_demo_py
2005-09-19 01:42:11 +00:00

15 lines
509 B
Plaintext

$OpenBSD: patch-examples_mathtext_demo_py,v 1.2 2005/09/19 01:42:12 djm Exp $
--- examples/mathtext_demo.py.orig Sat Jun 18 01:01:26 2005
+++ examples/mathtext_demo.py Mon Sep 19 10:47:03 2005
@@ -21,8 +21,8 @@ tex = r'$\cal{R}\prod_{i=\alpha_{i+1}}^\
text(1, 1.6, tex, fontsize=20)
#title(r'$\Delta_i^j \hspace{0.4} \rm{versus} \hspace{0.4} \Delta_{i+1}^j$', fontsize=20)
-savefig('mathtext_demo.png')
-savefig('mathtext_demo.ps')
+#savefig('mathtext_demo.png')
+#savefig('mathtext_demo.ps')
show()