From e33d9a7e6e3160966ccda6185bf08af5cc8f160c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Mon, 18 Jul 2005 11:23:20 +0000 Subject: [PATCH] generate PDF, as well git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2314 069f4177-920e-0410-937b-c2a4a81bcd90 --- manual/pathstyles.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manual/pathstyles.py b/manual/pathstyles.py index 33758650..ff394528 100755 --- a/manual/pathstyles.py +++ b/manual/pathstyles.py @@ -79,4 +79,5 @@ drawstyle("dash((1, 2, 3), 4)") drawstyle("dash((1, 2, 3), rellengths=1)") -c.writeEPSfile("pathstyles.eps") +c.writeEPSfile("pathstyles") +c.writePDFfile("pathstyles") -- 2.11.4.GIT