From 02fdd3671a85ce35bf6ffcbff7e61017821fe549 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Thu, 15 Apr 2004 19:33:39 +0000 Subject: [PATCH] add PDF output git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1677 069f4177-920e-0410-937b-c2a4a81bcd90 --- test/functional/test_axis.py | 1 + test/functional/test_graph.py | 1 + 2 files changed, 2 insertions(+) diff --git a/test/functional/test_axis.py b/test/functional/test_axis.py index f5913ca3..ec3f4159 100755 --- a/test/functional/test_axis.py +++ b/test/functional/test_axis.py @@ -45,4 +45,5 @@ lintest = {"min": 0, "max": 2*math.pi, "divisor": math.pi/180, "parter": linpart c.insert(pathaxis(path.circle(14, 17, 4), lin(painter=regular(labeldirection=rotatetext.parallel), **lintest))) c.writeEPSfile("test_axis", paperformat="a4") +c.writePDFfile("test_axis", paperformat="a4") diff --git a/test/functional/test_graph.py b/test/functional/test_graph.py index 3f34b8a0..1980c6d6 100755 --- a/test/functional/test_graph.py +++ b/test/functional/test_graph.py @@ -95,4 +95,5 @@ test_split(c, -7, 7) test_split2(c, -7, 14) c.writeEPSfile("test_graph", paperformat="a4") +c.writePDFfile("test_graph", paperformat="a4") -- 2.11.4.GIT