Difference between revisions of "Orange: Scatter Plot"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Sumber: https://docs.biolab.si//3/visual-programming/widgets/visualize/scatterplot.html Scatter plot visualization with explorative analysis and intelligent data visualizatio...")
 
Line 6: Line 6:
  
 
     Data: input dataset
 
     Data: input dataset
 
 
     Data Subset: subset of instances
 
     Data Subset: subset of instances
 
 
     Features: list of attributes
 
     Features: list of attributes
  
Line 14: Line 12:
  
 
     Selected Data: instances selected from the plot
 
     Selected Data: instances selected from the plot
 
 
     Data: data with an additional column showing whether a point is selected
 
     Data: data with an additional column showing whether a point is selected
  
 
The Scatter Plot widget provides a 2-dimensional scatter plot visualization for both continuous and discrete-valued attributes. The data is displayed as a collection of points, each having the value of the x-axis attribute determining the position on the horizontal axis and the value of the y-axis attribute determining the position on the vertical axis. Various properties of the graph, like color, size and shape of the points, axis titles, maximum point size and jittering can be adjusted on the left side of the widget. A snapshot below shows the scatter plot of the Iris dataset with the coloring matching of the class attribute.
 
The Scatter Plot widget provides a 2-dimensional scatter plot visualization for both continuous and discrete-valued attributes. The data is displayed as a collection of points, each having the value of the x-axis attribute determining the position on the horizontal axis and the value of the y-axis attribute determining the position on the vertical axis. Various properties of the graph, like color, size and shape of the points, axis titles, maximum point size and jittering can be adjusted on the left side of the widget. A snapshot below shows the scatter plot of the Iris dataset with the coloring matching of the class attribute.
  
../../_images/Scatterplot-Iris-stamped.png
+
[[File:Scatterplot-Iris-stamped.png|center|200px|thumb]]
 +
 
  
 
     Select the x and y attribute. Optimize your projection by using Rank Projections. This feature scores attribute pairs by average classification accuracy and returns the top scoring pair with a simultaneous visualization update. Set jittering to prevent the dots overlapping. If Jitter continuous values is ticked, continuous instances will be dispersed.
 
     Select the x and y attribute. Optimize your projection by using Rank Projections. This feature scores attribute pairs by average classification accuracy and returns the top scoring pair with a simultaneous visualization update. Set jittering to prevent the dots overlapping. If Jitter continuous values is ticked, continuous instances will be dispersed.
Line 28: Line 26:
  
 
         Show legend displays a legend on the right. Click and drag the legend to move it.
 
         Show legend displays a legend on the right. Click and drag the legend to move it.
 
 
         Show gridlines displays the grid behind the plot.
 
         Show gridlines displays the grid behind the plot.
 
 
         Show all data on mouse hover enables information bubbles if the cursor is placed on a dot.
 
         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 class density colors the graph by class (see the screenshot below).
 
 
         Show regression line draws the regression line for pair of continuous attributes.
 
         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.
  
Line 42: Line 35:
  
 
     If Send automatically is ticked, changes are communicated automatically. Alternatively, press Send.
 
     If Send automatically is ticked, changes are communicated automatically. Alternatively, press Send.
 
 
     Save Image saves the created image to your computer in a .svg or .png format.
 
     Save Image saves the created image to your computer in a .svg or .png format.
 
 
     Produce a report.
 
     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 points in the region corresponds better to the data. As an example, the scatter plot for the Titanic dataset, reporting on the gender of the passengers and the traveling class is shown below; without jittering, the scatter plot would display only eight distinct points.
 
For discrete attributes, jittering circumvents the overlap of points which have the same value for both axes, and therefore the density of points in the region corresponds better to the data. As an example, the scatter plot for the Titanic dataset, reporting on the gender of the passengers and the traveling class is shown below; without jittering, the scatter plot would display only eight distinct points.
  
../../_images/Scatterplot-Titanic.png
+
[[File:Scatterplot-Titanic.png|center|200px|thumb]]
  
 
Here is an example of the Scatter Plot widget if the Show class density and Show regression line boxes are ticked.
 
Here is an example of the Scatter Plot widget if the Show class density and Show regression line boxes are ticked.
  
../../_images/Scatterplot-ClassDensity.png
+
[[File:Scatterplot-ClassDensity.png|center|200px|thumb]]
Intelligent Data Visualization
+
 
 +
==Intelligent Data Visualization==
  
 
If a dataset has many attributes, it is impossible to manually scan through all the pairs to find interesting or useful scatter plots. Orange implements intelligent data visualization with the Find Informative Projections option in the widget.
 
If a dataset has many attributes, it is impossible to manually scan through all the pairs to find interesting or useful scatter plots. Orange implements intelligent data visualization with the Find Informative Projections option in the widget.
Line 66: Line 58:
 
Below, there is an example demonstrating the utility of ranking. The first scatter plot projection was set as the default sepal width to sepal length plot (we used the Iris dataset for simplicity). Upon running Find Informative Projections optimization, the scatter plot converted to a much better projection of petal width to petal length plot.
 
Below, there is an example demonstrating the utility of ranking. The first scatter plot projection was set as the default sepal width to sepal length plot (we used the Iris dataset for simplicity). Upon running Find Informative Projections optimization, the scatter plot converted to a much better projection of petal width to petal length plot.
  
../../_images/ScatterPlotExample-Ranking.png
+
[[File:ScatterPlotExample-Ranking.png|center|200px|thumb]]
Selection
+
 
 +
 
 +
==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.
 
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.
Line 73: Line 67:
 
Signal data outputs a data table with an additional column that contains group indices.
 
Signal data outputs a data table with an additional column that contains group indices.
  
../../_images/ScatterPlot-selection.png
+
[[File:ScatterPlot-selection.png|center|200px|thumb]]
Explorative Data Analysis
+
 
 +
==Explorative Data Analysis==
  
 
The Scatter Plot, as the rest of Orange widgets, supports zooming-in and out of part of the plot and a manual selection of data instances. These functions are available in the lower left corner of the widget.
 
The Scatter Plot, as the rest of Orange widgets, supports zooming-in and out of part of the plot and a manual selection of data instances. These functions are available in the lower left corner of the widget.
Line 80: Line 75:
 
The default tool is Select, which selects data instances within the chosen rectangular area. Pan enables you to move the scatter plot around the pane. With Zoom you can zoom in and out of the pane with a mouse scroll, while Reset zoom resets the visualization to its optimal size. An example of a simple schema, where we selected data instances from a rectangular region and sent them to the Data Table widget, is shown below. Notice that the scatterplot doesn’t show all 52 data instances, because some data instances overlap (they have the same values for both attributes used).
 
The default tool is Select, which selects data instances within the chosen rectangular area. Pan enables you to move the scatter plot around the pane. With Zoom you can zoom in and out of the pane with a mouse scroll, while Reset zoom resets the visualization to its optimal size. An example of a simple schema, where we selected data instances from a rectangular region and sent them to the Data Table widget, is shown below. Notice that the scatterplot doesn’t show all 52 data instances, because some data instances overlap (they have the same values for both attributes used).
  
../../_images/ScatterPlotExample-Explorative.png
+
[[File:ScatterPlotExample-Explorative.png|center|200px|thumb]]
Example
+
 
 +
 
 +
==Example==
  
 
The Scatter Plot can be combined with any widget that outputs a list of selected data instances. In the example below, we combine Tree and Scatter Plot to display instances taken from a chosen decision tree node (clicking on any node of the tree will send a set of selected data instances to the scatterplot and mark selected instances with filled symbols).
 
The Scatter Plot can be combined with any widget that outputs a list of selected data instances. In the example below, we combine Tree and Scatter Plot to display instances taken from a chosen decision tree node (clicking on any node of the tree will send a set of selected data instances to the scatterplot and mark selected instances with filled symbols).
  
../../_images/ScatterPlotExample-Classification.png
+
[[File:ScatterPlotExample-Classification.png|center|200px|thumb]]
References
+
 
 +
 
 +
==References==
  
 
Gregor Leban and Blaz Zupan and Gaj Vidmar and Ivan Bratko (2006) VizRank: Data Visualization Guided by Machine Learning. Data Mining and Knowledge Discovery, 13 (2). pp. 119-136. Available here.
 
Gregor Leban and Blaz Zupan and Gaj Vidmar and Ivan Bratko (2006) VizRank: Data Visualization Guided by Machine Learning. Data Mining and Knowledge Discovery, 13 (2). pp. 119-136. Available here.

Revision as of 13:50, 22 January 2020

Sumber: https://docs.biolab.si//3/visual-programming/widgets/visualize/scatterplot.html

Scatter plot visualization with explorative analysis and intelligent data visualization enhancements.

Inputs

   Data: input dataset
   Data Subset: subset of instances
   Features: list of attributes

Outputs

   Selected Data: instances selected from the plot
   Data: data with an additional column showing whether a point is selected

The Scatter Plot widget provides a 2-dimensional scatter plot visualization for both continuous and discrete-valued attributes. The data is displayed as a collection of points, each having the value of the x-axis attribute determining the position on the horizontal axis and the value of the y-axis attribute determining the position on the vertical axis. Various properties of the graph, like color, size and shape of the points, axis titles, maximum point size and jittering can be adjusted on the left side of the widget. A snapshot below shows the scatter plot of the Iris dataset with the coloring matching of the class attribute.

Scatterplot-Iris-stamped.png


   Select the x and y attribute. Optimize your projection by using Rank Projections. This feature scores attribute pairs by average classification accuracy and returns the top scoring pair with a simultaneous visualization update. Set jittering to prevent the dots overlapping. If Jitter continuous values is ticked, continuous instances will be dispersed.
   Set the color of the displayed points (you will get colors for discrete values and grey-scale points for continuous). Set label, shape and size to differentiate between points. Set symbol size and opacity for all data points. Set the desired colors scale.
   Adjust plot properties:
       Show legend displays a legend on the right. Click and drag the legend to move it.
       Show gridlines displays the grid behind the plot.
       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.
   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 selection tool. Double click to move the projection. Scroll in or out for zoom.
   If Send automatically is ticked, changes are communicated automatically. Alternatively, press Send.
   Save Image saves the created image to your computer in a .svg or .png format.
   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 points in the region corresponds better to the data. As an example, the scatter plot for the Titanic dataset, reporting on the gender of the passengers and the traveling class is shown below; without jittering, the scatter plot would display only eight distinct points.

Scatterplot-Titanic.png

Here is an example of the Scatter Plot widget if the Show class density and Show regression line boxes are ticked.

Scatterplot-ClassDensity.png

Intelligent Data Visualization

If a dataset has many attributes, it is impossible to manually scan through all the pairs to find interesting or useful scatter plots. Orange implements intelligent data visualization with the Find Informative Projections option in the widget.

If a categorical variable is selected in the Color section, the score is computed as follows. For each data instance, the method finds 10 nearest neighbors in the projected 2D space, that is, on the combination of attribute pairs. It then checks how many of them have the same color. The total score of the projection is then the average number of same-colored neighbors.

Computation for continuous colors is similar, except that the coefficient of determination is used for measuring the local homogeneity of the projection.

To use this method, go to the Find Informative Projections option in the widget, open the subwindow and press Start Evaluation. The feature will return a list of attribute pairs by average classification accuracy score.

Below, there is an example demonstrating the utility of ranking. The first scatter plot projection was set as the default sepal width to sepal length plot (we used the Iris dataset for simplicity). Upon running Find Informative Projections optimization, the scatter plot converted to a much better projection of petal width to petal length plot.

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.

ScatterPlot-selection.png

Explorative Data Analysis

The Scatter Plot, as the rest of Orange widgets, supports zooming-in and out of part of the plot and a manual selection of data instances. These functions are available in the lower left corner of the widget.

The default tool is Select, which selects data instances within the chosen rectangular area. Pan enables you to move the scatter plot around the pane. With Zoom you can zoom in and out of the pane with a mouse scroll, while Reset zoom resets the visualization to its optimal size. An example of a simple schema, where we selected data instances from a rectangular region and sent them to the Data Table widget, is shown below. Notice that the scatterplot doesn’t show all 52 data instances, because some data instances overlap (they have the same values for both attributes used).

ScatterPlotExample-Explorative.png


Example

The Scatter Plot can be combined with any widget that outputs a list of selected data instances. In the example below, we combine Tree and Scatter Plot to display instances taken from a chosen decision tree node (clicking on any node of the tree will send a set of selected data instances to the scatterplot and mark selected instances with filled symbols).

ScatterPlotExample-Classification.png


References

Gregor Leban and Blaz Zupan and Gaj Vidmar and Ivan Bratko (2006) VizRank: Data Visualization Guided by Machine Learning. Data Mining and Knowledge Discovery, 13 (2). pp. 119-136. Available here.


Referensi

Pranala Menarik