You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configure_visualizations/ui_components/similarity_map.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,17 @@ In order to select a single point simply click on it. This will reset any select
56
56
To add a point to a selection click on it while pressing `shift` and to remove it press `ctrl` while clicking on it.
57
57
58
58
These steps also apply for multiple points. By pressing the left mouse button and moving the mouse,
59
-
a selection rectangle will be shown. On releasing the left mouse button, the selection will be applied in the same fashion as it is done for a single point.
59
+
a selection shape will be shown. On releasing the left mouse button, the selection will be applied in the same fashion as it is done for a single point.
60
+
61
+
Two selection tools are available and can be switched at any time through the
62
+
`Selection Tool` menu in the top bar:
63
+
64
+
-**Rectangular selection** (default): drag with the left mouse button to select every point inside the resulting rectangle.
65
+
-**Lasso selection**: drag with the left mouse button to draw a freehand outline. Every point enclosed by the outline is selected once the mouse button is released. This is useful for irregularly shaped clusters that a rectangle cannot isolate.
66
+
67
+
The `shift` and `ctrl` modifiers behave identically for both tools. The selected tool
68
+
is a global setting: it applies to the similarity map and the
69
+
[scatter plot](scatter_plot.md) alike and is remembered across sessions.
0 commit comments