Scatter Chart Node
The Scatter Chart Node visualizes the relationship between two variables by plotting data points on a two-dimensional graph. This node is ideal for identifying correlations, clusters, and outliers in your dataset.
Overview
The Scatter Chart Node takes a dataset as input and requires the user to specify the columns for the X and Y axes. Each record in the dataset is represented as a point on the chart.
Key Features
- Bivariate visualization: Plots two variables to reveal relationships and patterns.
- Customizable axes: User selects which columns to use for X and Y.
- Outlier detection: Easily spot anomalies and clusters.
- Dashboard integration: Can be added to dashboards for interactive analysis.
Required Data
xColumn
: The column to use for the X axis.yColumn
: The column to use for the Y axis.
How it works
- Add the Scatter Chart Node to your workflow.
- Connect your dataset.
- Select the columns for the X and Y axes.
- The node renders a scatter plot of your data.
Use Cases
- Correlation analysis: Explore relationships between two variables.
- Cluster detection: Identify groupings in your data.
- Outlier spotting: Find unusual data points.
Benefits
- Intuitive visualization of two-variable relationships.
- Flexible column selection for custom analysis.
- Supports large datasets with efficient rendering.