dendrograms / astrodendro

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

Added custom_position option to DendrogramPlotter.sort #62

Closed astrofrog closed 11 years ago

astrofrog commented 11 years ago

Added the ability to specify a custom position for the plotting - most useful for 1-d.

astrofrog commented 11 years ago

Hmm, maybe this should just be two separate methods, since it isn't really 'sorting' if one sets the positions. I might separate it out into a set_positions method.

astrofrog commented 11 years ago

@ChrisBeaumont - if the tests pass, does this seem ok to you?

ChrisBeaumont commented 11 years ago

Yeah, this looks fine

astrofrog commented 11 years ago

Ok, thanks!