Thank you. I saw these links. In my first post I did ask for a link to a complete documentation. I cannot find many things easily for ETE. Like how do you specify the position of the legend? I'm doing
ts.legend.add_face(RectFace(45,15,fgcolor = "None",bgcolor = "LightYellow",label = "15-20"), column=0). I don't see the label on the colored box. And if I add another one box with color, it appears next to it, not below it.
Another example - I would never know about the rank_limit option in topology from your website documentation.
for layout_fn you say: Parameters:
layout_fn (
None) – Layout function used to dynamically control
the aspect of nodes. Valid values are: None or a pointer to a method,
function, etc.
What is etc?
How can I get from this that setting
lambda node: True is going to disable the
node.name?
I've used networx, matplotlib, pygraphviz and those documentations are
very detailed and I almost never need to ask the mailing lists at all. when I
do, I usually get a response within minutes from many members, not just the author. I google and search a LOT
before posting, but I don't see much about ETE on the other websites and I don't
see a lot of the answers to very simple things in your docs.
You have very nice picures in ETE gallery, but it would be very helpfull to see example source code for them and also for how to place the legends.
Thank you,
Irina.