Skip to main content
A scatter chart plotting one variable against another, each record a single point
A scatter chart is useful if you want to to look at the relationship, a.k.a. correlation, between two variables. Something like the age of your users vs. the amount of time they’ve spent on your website. You can group your scatter chart using a third variable. This will make the points on the scatter the same colour if they have the same group value.
A scatter chart where points are coloured by a third dimension, so each group is a distinct colour
You can see more details about scatter chart configurations here.