8000 moved scs down a few lines · loopbio/plotly.py@72c4030 · GitHub
[go: up one dir, main page]

Skip to content

Commit 72c4030

Browse files
committed
moved scs down a few lines
1 parent 0798cf6 commit 72c4030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6140,9 +6140,9 @@ def create_distplot(hist_data, group_labels,
61406140
return graph_objs.Figure(data=data, layout=layout)
61416141

61426142
@staticmethod
6143-
def create_dendrogram(X, orientation="bottom", labels=None,
6143+
def create_dendrogram(X, orientation="bottom", labels=None,
61446144
colorscale=None, distfun=2,
6145-
linkagefun=lambda x: sch.linkage(x, 'complete')): #scs.distance.pdist,
6145+
linkagefun=lambda x: sch.linkage(x, 'complete')):
61466146
"""
61476147
BETA function that returns a dendrogram Plotly figure object.
61486148

0 commit comments

Comments
 (0)
0