Pie Plots (DP_PIE)
This function creates pie plots for a given input dataset.
Pie plots, also known as pie charts, are a simple and effective way to visualize data proportions or percentages in a circular format. They are particularly useful for displaying categorical data and showing the distribution or composition of different categories within a whole. Each category is represented by a wedge-shaped slice, with the size of the slice corresponding to the proportion or percentage it represents. Pie plots provide a quick and intuitive
Sample Request
Parameter Details
Pie 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