mikekestemont / pystyl

Python package for stylometry
Other
56 stars 13 forks source link

Dendrogram color #1

Open mikekestemont opened 9 years ago

mikekestemont commented 9 years ago

in scipy_dendrogram() the coloring of the branches is still default and looks aweful

fbkarsdorp commented 9 years ago

You could use ETE to produce static trees as well. Keeps the code simpler.

mikekestemont commented 9 years ago

you can do that now already with the mode='r' argument for the ete-wrapper-functions. For the simplicity of the gui, we will indeed probably have to make a choice between the two.