openbsd-ports/graphics/py-matplotlib/patches/patch-examples_mathtext_demo_py

12 lines
446 B
Plaintext

$OpenBSD: patch-examples_mathtext_demo_py,v 1.1 2005/07/09 06:14:04 djm Exp $
--- examples/mathtext_demo.py.orig Sat Jul 9 13:00:48 2005
+++ examples/mathtext_demo.py Sat Jul 9 13:03:16 2005
@@ -21,6 +21,6 @@ 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.ps')
+#savefig('mathtext_demo.ps')
show()