From: cmzmasek@gmail.com Date: Thu, 3 Nov 2011 17:46:58 +0000 (+0000) Subject: Edited wiki page forester through web user interface. X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=511c776bd39632dc9f1004cdcdd3ce183763c3dd;hp=f23f88016eca2ff913aa76c73a29c42cd170da69;p=jalview.git Edited wiki page forester through web user interface. --- diff --git a/wiki/forester.wiki b/wiki/forester.wiki index e7f54c8..3e4c70f 100644 --- a/wiki/forester.wiki +++ b/wiki/forester.wiki @@ -298,15 +298,15 @@ public class phylo2graphics { config.putDisplayColors( TreeColorSet.BRANCH, new Color( 0, 0, 0 ) ); config.putDisplayColors( TreeColorSet.TAXONOMY, new Color( 0, 0, 0 ) ); config.setPhylogenyGraphicsType( Options.PHYLOGENY_GRAPHICS_TYPE.RECTANGULAR ); - AptxUtil.writePhylogenyToGraphicsFile( new File( "/home/czmasek/tol_117_TEST.xml" ), - new File( "/home/czmasek/tol_117_TEST_.png" ), + AptxUtil.writePhylogenyToGraphicsFile( new File( "my_tree.xml" ), + new File( "my_tree_graphics.png" ), 1000, 1000, GraphicsExportType.PNG, config ); // If the tree 'phy' already exists, can also use this: AptxUtil.writePhylogenyToGraphicsFile( phy, - new File( "/home/czmasek/tol_117_TEST_.png" ), + new File( "out.png" ), 1000, 1000, GraphicsExportType.PNG,