Skip to content

Commit 7f94b93

Browse files
authored
Update tools.py
1 parent 4ab398f commit 7f94b93

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
@@ -6061,7 +6061,7 @@ def create_dendrogram(X, orientation="bottom", labels=None,
60616061
:param (list) labels: List of axis category labels(observation labels)
60626062
:param (list) colorscale: Optional colorscale for dendrogram tree
60636063
:param (function) distfun: Function to compute the pairwise distance from the observations
6064-
:param (function) linkagefun: Funktion to compute the linkage matrix from the pairwise distances
6064+
:param (function) linkagefun: Function to compute the linkage matrix from the pairwise distances
60656065
60666066
clusters
60676067
@@ -7186,7 +7186,7 @@ def get_dendrogram_traces(self, X, colorscale, distfun, linkagefun):
71867186
:param (ndarray) X: Matrix of observations as array of arrays
71877187
:param (list) colorscale: Color scale for dendrogram tree clusters
71887188
:param (function) distfun: Function to compute the pairwise distance from the observations
7189-
:param (function) linkagefun: Funktion to compute the linkage matrix from the pairwise distances
7189+
:param (function) linkagefun: Function to compute the linkage matrix from the pairwise distances
71907190
:rtype (tuple): Contains all the traces in the following order:
71917191
(a) trace_list: List of Plotly trace objects for dendrogram tree
71927192
(b) icoord: All X points of the dendrogram tree as array of arrays

0 commit comments

Comments
 (0)