Skip to content

Commit

Permalink
Update tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jackparmer authored Oct 21, 2016
1 parent 4ab398f commit 7f94b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plotly/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -6061,7 +6061,7 @@ def create_dendrogram(X, orientation="bottom", labels=None,
:param (list) labels: List of axis category labels(observation labels)
:param (list) colorscale: Optional colorscale for dendrogram tree
:param (function) distfun: Function to compute the pairwise distance from the observations
:param (function) linkagefun: Funktion to compute the linkage matrix from the pairwise distances
:param (function) linkagefun: Function to compute the linkage matrix from the pairwise distances
clusters
Expand Down Expand Up @@ -7186,7 +7186,7 @@ def get_dendrogram_traces(self, X, colorscale, distfun, linkagefun):
:param (ndarray) X: Matrix of observations as array of arrays
:param (list) colorscale: Color scale for dendrogram tree clusters
:param (function) distfun: Function to compute the pairwise distance from the observations
:param (function) linkagefun: Funktion to compute the linkage matrix from the pairwise distances
:param (function) linkagefun: Function to compute the linkage matrix from the pairwise distances
:rtype (tuple): Contains all the traces in the following order:
(a) trace_list: List of Plotly trace objects for dendrogram tree
(b) icoord: All X points of the dendrogram tree as array of arrays
Expand Down

0 comments on commit 7f94b93

Please sign in to comment.