dendrograms / astrodendro

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

Interactive viewer not compatible with Matplotlib >= 3.7 #190

Open taiwithers opened 1 year ago

taiwithers commented 1 year ago

As of 3.7, Matplotlib has made ArtistLists immutable, meaning the .remove() method used in the interactive viewer (lines 290 and 324) making the viewer freeze up.