Edited wiki page forester through web user interface.
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Thu, 3 Nov 2011 05:31:34 +0000 (05:31 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Thu, 3 Nov 2011 05:31:34 +0000 (05:31 +0000)
wiki/forester.wiki

index f74ebcf..eb56943 100644 (file)
@@ -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();