evolgeniusteam / EvolviewDocumentation

Documentation for Evolview
26 stars 16 forks source link

Can't perform group label style 5 #34

Closed dineshkumarsrk closed 1 year ago

dineshkumarsrk commented 3 years ago

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 of group label style 5 mentioned in the documentation section. Even I could not find group label style 5 codes in the DEMOS (22 trees) section, the DEMOS section has the codes up-to group label style 4. Therefore, kindly provide the example code for group label style 5. Thank you.

balaram26 commented 3 years 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:

Screenshot 2021-07-02 at 7 16 51 AM

With regards, Evolview Team

balaram26 commented 1 year ago

Dear user, i hope the post helped you with your query. This post is closed due to longterm inactivity.

Evolview Team