3D Scatter Chart Node
The 3D Scatter Chart Node visualizes data points in three dimensions, enabling users to explore relationships between three variables.
Overview
This node requires the user to select three columns representing the X, Y, and Z axes. Each point in the chart corresponds to a data entry, plotted in a 3D space.
Key Features
- 3D visualization: Explore data relationships in three dimensions.
- Interactive rotation: Rotate and zoom to view data from different angles.
- Customizable appearance: Adjust point size, color, and transparency.
- Dashboard ready: Integrates with dashboards for interactive exploration.
Required Data
xColumn
: The column for the X axis.yColumn
: The column for the Y axis.zColumn
: The column for the Z axis.colorColumn
(optional): For point coloring.sizeColumn
(optional): For point sizing.log
,polar
,opacity
,gridLines
: Additional display options.
How it works
- Add the 3D Scatter Chart Node to your workflow.
- Connect your dataset.
- Select the columns for the X, Y, and Z axes.
- Configure display options as needed.
- The node renders a 3D scatter chart.
Use Cases
- Scientific data analysis: Visualize relationships between three variables in experiments.
- Geospatial data: Plot latitude, longitude, and elevation data.
- Financial modeling: Analyze correlations between multiple financial metrics.
- Customer segmentation: Explore clusters in customer data across three dimensions.
Benefits
- Enhanced data exploration with 3D visualization.
- Flexible configuration for point appearance and chart options.
- Interactive tools for better understanding of complex datasets.