The ScatterPlot component creates interactive scatter plots from pandas DataFrames.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/gradio-app/gradio/llms.txt
Use this file to discover all available pages before exploring further.
Basic usage
Constructor
Pandas DataFrame containing the data
Column name for x-axis
Column name for y-axis (must be numeric)
Column name for color grouping
Chart title
X-axis title
Y-axis title
Mapping of categories to colors
Plot height in pixels
Events
- select - Triggered when point is selected
- double_click - Triggered on double click