Skip to content

Commit

Permalink
Scatter Plot: Add selection groups to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
janezd committed Mar 10, 2017
1 parent 2c1d4cb commit 3c0efd3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 16 additions & 4 deletions doc/visual-programming/source/widgets/visualize/scatterplot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Signals
A subset of instances that the user manually selected from the
scatterplot.

- **Unselected Data**
- **Data**

All other data (instances not included in the user's selection).
Data with an additional column showing whether a point is selected.

Description
-----------
Expand Down Expand Up @@ -67,7 +67,7 @@ the left side of the widget. A snapshot below shows the scatterplot of the
- *Show all data on mouse hover* enables information bubbles if the cursor is placed on a dot.
- *Show class density* colors the graph by class (see the screenshot below).
- *Show regression line* draws the regression line for pair of continuous attributes.
- *Label only selected points* allows you to select individual data instances and label them.
- *Label only selected points* allows you to select individual data instances and label them.

4. *Select, zoom, pan and zoom to fit* are the options for exploring the graph.
The manual selection of data instances works as an angular/square
Expand All @@ -77,7 +77,7 @@ the left side of the widget. A snapshot below shows the scatterplot of the
Alternatively, press *Send*.
6. *Save Image* saves the created image to your computer in a .svg or .png
format.
7. Produce a report.
7. Produce a report.

For discrete attributes, jittering circumvents the overlap of points
which have the same value for both axes, and therefore the density of
Expand Down Expand Up @@ -113,6 +113,18 @@ projection of petal width to petal length plot.

.. figure:: images/ScatterPlotExample-Ranking.png

Selection
---------

Selection can be used to manually defined subgroups in the data. Use Shift
modifier when selecting data instances to put them into a new group.
Shift + Ctrl (or Shift + Cmd on macOs) appends instances to the last group.

Signal data outputs a data table with an additional column that contains group
indices.

.. figure:: images/ScatterPlot-selection.png

Explorative Data Analysis
-------------------------

Expand Down

0 comments on commit 3c0efd3

Please sign in to comment.