Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8aea12e

Browse files
committed
Spell check.
1 parent 3632084 commit 8aea12e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

plotly/tools.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2430,7 +2430,7 @@ def create_dendrogram(X, orientation="bottom", labels=None,
24302430
"""
24312431
BETA function that returns a dendrogram Plotly figure object.
24322432
2433-
:param (ndarray) X: Matrix of observations as arrray of arrays
2433+
:param (ndarray) X: Matrix of observations as array of arrays
24342434
:param (str) orientation: 'top', 'right', 'bottom', or 'left'
24352435
:param (list) labels: List of axis category labels(observation labels)
24362436
:param (list) colorscale: Optional colorscale for dendrogram tree
@@ -3344,13 +3344,13 @@ def get_dendrogram_traces(self, X, colorscale):
33443344
"""
33453345
Calculates all the elements needed for plotting a dendrogram.
33463346
3347-
:param (ndarray) X: Matrix of observations as arrray of arrays
3348-
:param (list) colorscale: Colorscale for dendrogram tree clusters
3347+
:param (ndarray) X: Matrix of observations as array of arrays
3348+
:param (list) colorscale: Color scale for dendrogram tree clusters
33493349
:rtype (tuple): Contains all the traces in the following order:
33503350
(a) trace_list: List of Plotly trace objects for dendrogram tree
3351-
(b) icoord: All X points of the dendogram tree as array of arrays
3351+
(b) icoord: All X points of the dendrogram tree as array of arrays
33523352
with length 4
3353-
(c) dcoord: All Y points of the dendogram tree as array of arrays
3353+
(c) dcoord: All Y points of the dendrogram tree as array of arrays
33543354
with length 4
33553355
(d) ordered_labels: leaf labels in the order they are going to
33563356
appear on the plot

0 commit comments

Comments
 (0)