changeset 42:35741a74d073 draft default tip

type="cairo" added to plotting function
author boris
date Wed, 29 Jan 2014 11:05:27 -0500
parents 9453ba52f46b
children
files phylorelatives.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/phylorelatives.py	Fri Jul 19 17:46:03 2013 -0400
+++ b/phylorelatives.py	Wed Jan 29 11:05:27 2014 -0500
@@ -102,7 +102,7 @@
     ape = importr('ape')
     graphics  = importr('graphics')
     grdevices = importr('grDevices')
-    grdevices.png(file=outfile, width=1024, height=768)
+    grdevices.png(file=outfile, width=1024, height=768,type="cairo")
     if root:
         tree = ape.root(tree1,root)
         labels = list(tree.rx("tip.label")[0])