Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8aea12e

Browse filesBrowse files
committed
Spell check.
1 parent 3632084 commit 8aea12e
Copy full SHA for 8aea12e

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎plotly/tools.py

Copy file name to clipboardExpand all lines: plotly/tools.py
+5-5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.