Scatter 3D Table

../../../../_images/scatter3d.svg

None

Ports:

Inputs:

port1:

table

Input Table

Outputs:

port2:

datasource

Output file

Configuration:

tb_names
Combo of all timebasis
x_axis
X axis selection for plot
y_axis
Y axis selection for plot
z_axis
Z axis selection for plot
line_style
Selectable line styles
plot_func
Selectable plot types
filename_extension
Filename extension

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.Super3dNode[source]