We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cefde commit 58fcf1fCopy full SHA for 58fcf1f
hdbscan/plots.py
@@ -89,8 +89,8 @@ def get_plot_data(self,
89
giving the bounds on a full set of
90
cluster bars
91
Data associates with cluster splits:
92
- `line_xs` x coordinates for horiontal dendrogram lines
93
- `line_ys` y coordinates for horiontal dendrogram lines
+ `line_xs` x coordinates for horizontal dendrogram lines
+ `line_ys` y coordinates for horizontal dendrogram lines
94
"""
95
leaves = _get_leaves(self._raw_tree)
96
last_leaf = self._raw_tree['parent'].max()
0 commit comments