From 5ce5a41eaf5b9c720a5bb323a60b28a460917f9f Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Thu, 3 Nov 2011 05:31:34 +0000 Subject: [PATCH] Edited wiki page forester through web user interface. --- wiki/forester.wiki | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/wiki/forester.wiki b/wiki/forester.wiki index f74ebcf..eb56943 100644 --- a/wiki/forester.wiki +++ b/wiki/forester.wiki @@ -300,10 +300,13 @@ public class phylo2graphics { config.setPhylogenyGraphicsType( Options.PHYLOGENY_GRAPHICS_TYPE.RECTANGULAR); - AptxUtil.writePhylogenyToGraphicsFileNonInteractive(new File( - "/home/czmasek/tol_117_TEST.xml"), new File( - "/home/czmasek/tol_117_TEST_.png"), 1000, 1000, - GraphicsExportType.PNG, config); + AptxUtil.writePhylogenyToGraphicsFileNonInteractive( + new File("my_tree.xml"), + new File("my_tree.png"), + 800, // width + 1000, // height + GraphicsExportType.PNG, + config); } catch (IOException e) { e.printStackTrace(); -- 1.7.10.2