From: cmzmasek@gmail.com Date: Thu, 3 Nov 2011 05:31:34 +0000 (+0000) Subject: Edited wiki page forester through web user interface. X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=5ce5a41eaf5b9c720a5bb323a60b28a460917f9f;p=jalview.git Edited wiki page forester through web user interface. --- 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();