Package org.knime.base.node.viz.plotter.scatter

A scatter plot maps to columns (dimensions) of data to 2-dimensional space, which results that each row (data instance) can be represented as one 2-dimensional point.

See:
          Description

Class Summary
DotInfo This is a helper class for the ScatterPlotView.
DotInfoArray Class that holds all DotInfos.
ScatterPlotter Maps the two selected columns to the screen coordinates.
ScatterPlotterDrawingPane Shows the mapped data points and provides a tooltip for each data point with the domain value and the row ID.
ScatterPlotterNodeFactory  
ScatterPlotterNodeView Extends the DefaultVisualizationNodeView by adding an additional menu to show, fade or hide unhilited dots.
ScatterPlotterProperties In addition to the TwoColumnProperties a tab to adjust the dot size and the jitter rate is provided.
 

Package org.knime.base.node.viz.plotter.scatter Description

A scatter plot maps to columns (dimensions) of data to 2-dimensional space, which results that each row (data instance) can be represented as one 2-dimensional point. The ScatterPlotter maps the data to visualize to the screen coordinates. Afterwards a data point is represented by a DotInfo. All DotInfos are stored in a DotInfoArray which is passed to the ScatterPlotterDrawingPane.

For nominal values a jittering is realized. Unhilited dots may be hidden or faded, which is the reason for extending the DefaultVisualizationNodeView with the ScatterPlotterNodeView which adds the show/hide menu to the menu bar.



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.