Scatter Plots (DP_SCP)
This function creates scatter plots for pairs of columns in a given input dataset. Scatter plots are a useful visualization tool for examining the relationship between two variables.
Sample Request
{
"project_id": 1,
"block_id": ,
"parent_id": 0,
"function_code": "DP_SCP",
"args": {
"xvalue": "http://cloud.autogonai.s3.amazonaws.com/143ac49a-7bbc-4224-a58e-d6811930b86b.csv",
"yvalue": "http://cloud.autogonai.s3.amazonaws.com/1a65c19c-b891-4be3-bbfe-ed5c5ec58207.csv",
"is_grid": true
}
}Parameter Details
Scatter Plots
Request Body
Name
Type
Description
Last updated