Scatter Charts

Introduction

A scatter chart shows data that is composed of value pairs. Both values in a pair can vary freely. The data must consist of 2 columns grouped together. These column are:

The order of the columns is significant.

Data Model

Mandatory channels: 2 value channels grouped together

Optional channels: other groups of 2 value channels, alt, color, label, paint, shape, stroke, url

Note that other optional channels but value have an effect on grouped value channels.

Examples

Scatter chart with one grouped value channel.
Scatter chart with two grouped value channels.
Isometric 3D scatter chart.

See also

Bubble Chart can represent similar data.