plot_scatter
Visualize the relationship between two numeric columns, with optional color grouping by a categorical column to uncover subgroup patterns.
Instructions
Scatter plot between two numeric columns. Optional color grouping by hue column. Explore relationships between two numeric variables. Add hue for categorical grouping to reveal subgroup patterns. Example: plot_scatter(x="Revenue", y="Weight", hue="CargoType")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| hue | No | ||
| df_name | No | ||
| save_path | No |