11 lines
422 B
Plaintext
11 lines
422 B
Plaintext
$OpenBSD: patch-examples_unicode_demo_py,v 1.1 2005/07/09 06:14:05 djm Exp $
|
|
--- examples/unicode_demo.py.orig Sat Jul 9 13:00:48 2005
|
|
+++ examples/unicode_demo.py Sat Jul 9 13:04:46 2005
|
|
@@ -9,5 +9,5 @@ ylabel( unicode('Andr\xc3\xa9 was here!'
|
|
text( 0.5, 2.5, unicode('Institut für Festkörperphysik', 'latin-1'), rotation=45)
|
|
text( 1, 1.5, u'AVA (check kerning)')
|
|
|
|
-savefig('test.ps')
|
|
+#savefig('test.ps')
|
|
show()
|