Scatter 2D Tables¶
This node is for visualising data in 3D.
In the configuration Table columns are selected along the axes in the plots. There exist differences between the nodes how to do this, but the basic principle is the same. For the actual plots is possible to change both line/marker style and plot style in the plot. Below, the available plot styles are listed. A plot legend is, by default, shown in the plot, but can be hidden by a simple push of a button. The navigation toolbar under the plot let the user zoom and pan the plot window.
- Available plot types (3D):
- scatter
- surf
- wireframe
- plot
- contour
- heatmap
 
The advanced plot controller allows the user to draw two lines parallel to the Y-axis. These can be moved along the X-axis while information about the intersection points between these lines and the plotted data points is shown in a table. If a line is drawn in between two points in the plotted data, the line will always move to the closest point.
- 
class node_scatter.Scatter2dNodeMultiple(*args, **kwargs)[source]¶
- Plot data in Tables in two dimensions. - Input: - TableInput : Tables
- Table with data to visualise 
 - Configuration: - X-axis
- Select column along the X-axis. 
- Y-axis
- Select columns along the Y-axis. Here, it is possible to select one or many columns. In the plot the columns are separated with different colors. 
- Line style
- Select line style used in the plot. 
- Plot type
- Select plot type for the plot. 
- Show/hide legend
- Turn on/off the legend in the plot window. 
- Output directory
- Specify where in the file-tree to store an exported plot. 
- Filename
- Specify filename and data format of an exported plot. 
 - Ref. nodes: