Scatter Plot
A Scatter Plot in REAVIZ is a type of mathematical diagram using Cartesian coordinates to display values for two variables in a dataset. Each data point is represented as a dot, where the horizontal axis represents one variable and the vertical axis represents another.
Types supported by reaviz:
- Scatter - Displays individual data points in a Cartesian coordinate system.
- Bubble - Similar to scatter, but with points sized according to a third data dimension.
Where to use:
- Show Relationships: Ideal for visualizing relationships between two variables.
- Identify Patterns: Useful for identifying patterns, trends, and correlations in data.
- Highlight Outliers: Great for spotting outliers and anomalies in data.
Quick Start
To create a Bar chart, use import the ScatterPlot and give it data. The chart
will automatically configure itself with the default options exposed via props.
Examples
Scatter
Bubble
API
ScatterPlotΒ
ScatterSeriesΒ
ScatterPointΒ
Last updated on