Closed dineshkumarsrk closed 1 year ago
Hi, Thanks for using Evolview. There is example for group label style 5 on the user help pages. Here is a sample code for the style 5 along with example tree code:
Tree:
`(chicken,((mouse,rat),(chimp,human)));`
Group label style 5 example:
`!grouplabel style=5,color=pink,show=1,marginPCT=0.05,fontsize=14,fontcolor=white,fontitalic=0,textalign=middle,textorientation=horizontal,linewidth=2 !op 0.8 chicken bkcolor=#404AC3,text=chicken mouse bkcolor=green,text=rodent,fontcolor=darkred rat,human bkcolor=#BE4144,text=mammal,textorientation=vertical,linewidth=4,fontsize=16`
for the more information kindly check the the help page link at : Help pages: Evolview Group label styles
I have also attached the screenshot of the example section along with the output tree below:
With regards, Evolview Team
Dear user, i hope the post helped you with your query. This post is closed due to longterm inactivity.
Evolview Team
I would like to generate a circular tree with group labels similar to
group label style 5
, I could successfully draw group label style 4, but I could not understand the code details ofgroup label style 5
mentioned in the documentation section. Even I could not findgroup label style 5
codes in theDEMOS (22 trees)
section, theDEMOS
section has the codes up-togroup label style 4
. Therefore, kindly provide the example code forgroup label style 5
. Thank you.