# HG changeset patch # User boris # Date 1391011527 18000 # Node ID 35741a74d07356f3bde0f7134d4d81c810900e00 # Parent 9453ba52f46b15dfca1fba85376a349797be99df type="cairo" added to plotting function diff -r 9453ba52f46b -r 35741a74d073 phylorelatives.py --- 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])