dendrograms / astrodendro

Generate a dendrogram from a dataset
https://dendrograms.readthedocs.io/
Other
37 stars 38 forks source link

Avoid recursionlimit in plotter #69

Closed astrofrog closed 10 years ago

astrofrog commented 11 years ago

Currently, the DendrogramPlotter code is susceptible to recursion limits, so we need to make the code smarter to avoid this.

ChrisBeaumont commented 10 years ago

I will look for more recursion

astrofrog commented 10 years ago

See also issue https://github.com/dendrograms/dendro-core/issues/69