alimanfoo / anjl

A neighbour-joining library for Python.
https://alimanfoo.github.io/anjl
MIT License
0 stars 0 forks source link

Deal with missing values in leaf data #39

Closed alimanfoo closed 1 week ago

alimanfoo commented 1 week ago

The solution adopted here is to fill missing values with a visible placeholder string "" so the nodes and edges still get drawn. Otherwise if we propagate missing data through to plotly it will not draw them at all.