Some questions on dendrogram - python (Scipy)
问题 I am new to scipy but I managed to get the expected dendrogram. I am some more questions; In the dendrogram, distance between some points are 0 but its not visible due to image border. How can I remove the border and make the lower limit of y-axis to -1 , so that it is clearly visible. e.g. distance between these points are 0 (13,17), (2,10), (4,8,19) How can I prune/truncate on a particular distance. for e.g. prune at 0.4 How to write these clusters(after pruning) to a file My python code: