Scatter 3D ADAF¶
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.Scatter3dNodeADAF(*args, **kwargs)[source]¶
- Plot data in ADAF in three dimensions. This node plots only signals that share a common timebasis. - Input: - TableInput : ADAF
- ADAF with data to visualise 
 - Configuration: - Time basis
- Select time basis that is shared for the signals you want to plot. 
- X-axis
- Select signal along the X-axis. 
- Y-axis
- Select signal along the Y-axis. 
- Z-axis
- Select signal along the Z-axis. 
- Line style
- Select line style used in the plot. 
- Plot type
- Select plot type for the plot. 
- 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: