Open ConstantinoSchillebeeckx opened 8 years ago
you are right. This is a problem with the automatic layout function assignment in PhyloTree objects. A possible workaround while this is being fixed:
ts.layout_fn = lambda x: None
t.render('/tmp/moo.svg', tree_style=ts)
Following the example in the documentation found here, but with a PhyloTree object instead of a Tree:
Generates the following (notice the nodes are not darkred spheres & leaf names are rendered twice)