lucblassel / phylotree-rs

Rust crate to deal with phylogenetic trees
GNU General Public License v3.0
6 stars 2 forks source link

Add tree drawing #5

Open lucblassel opened 1 year ago

lucblassel commented 1 year ago

It would be nice to be able to draw the tree to an ascii canvas so we can display it nicely in the terminal.
This could also be extended to drawing in other formats (svg, png, ...)

see also evolbioinfo/gotree

lucblassel commented 8 months ago

08bc68d adds this capability with only radial layout and SVG output.