Scatter Plot
Correlation between two numeric variables.
Data Shape
x, y (optional series)
Prompt Patterns
- Average session_duration_minutes vs conversion_rate by traffic_source last 90 days scatter plot size by total sessions.
- Customer_lifetime_value vs acquisition_cost by channel scatter plot.
Best Practices
- Add size dimension thoughtfully (≤3 encodings).
- Consider log scale for skewed metrics.
Common Mistakes
- Using categorical x or y.
- Overplotting without limiting points.
Regression
Use regression page or specify: scatter plot include regression line.