eaton-lab / toytree

A minimalist tree plotting library using toyplot graphs
http://eaton-lab.org/toytree
BSD 3-Clause "New" or "Revised" License
164 stars 28 forks source link

Fix circular trees in v3 #67

Closed eaton-lab closed 10 months ago

eaton-lab commented 1 year ago

Circular layout is flipping orientations at quadrant boundaries in v3 and has a logger warning that needs suppressed. Note: see node pie charts code for working example using SVG arcs.

image

eaton-lab commented 10 months ago

Done.