Scatterplot
Scatterplot displaying relationships and patterns between two quantitative variables.
Scatterplot
Graph
Creates a scatterplot visualization that displays relationships and patterns between two quantitative variables.
Inputs
- x
- The data for the x-axis of the scatterplot
- y
- The data for the y-axis of the scatterplot
Inputs Types
Input | Types |
---|---|
x |
List , DataSeries , NDArray , DataRecords , DataFrame |
y |
List , DataSeries , NDArray , DataRecords , DataFrame |
You can check the list of supported types here: Available Type Hints.
Outputs
- x
- The x-axis data passed through for visualization
- y
- The y-axis data passed through for visualization
Outputs Types
Output | Types |
---|---|
x |
List , DataSeries , NDArray , DataRecords , DataFrame |
y |
List , DataSeries , NDArray , DataRecords , DataFrame |
You can check the list of supported types here: Available Type Hints.
Options
The Scatterplot brick contains some changeable options:
- 'x' data field
- Specifies the field name to use for x-axis data (default: "x")
- 'y' data field
- Specifies the field name to use for y-axis data (default: "y")
Brick Info
version
v0.1.4
python
3.10,
3.11,
3.12,
3.13
requirements
-
-