Heatmap Plots (DP_HMP)
This function creates heatmap plots for a given input dataset.
A heatmap plot is a visualization technique that uses color-coded cells to represent the values of a two-dimensional dataset. It provides a quick and intuitive way to identify patterns, relationships, and variations in the data. Heatmap plots are commonly used in data analysis, exploratory data visualization, and correlation analysis.
Sample Request
Parameter Details
Heatmap Plots
POST
https://autogon.ai/api/v1/engine/start
Request Body
Name
Type
Description
project_id*
int
current project ID
parent_id*
int
parent block ID
block_id*
int
current block ID
function_code*
String
block's function code
args*
object
block arguments
dataset*
String
URL for dataset to be plotted from
Last updated