bubble
2D bubble plot — scatter with marker area encoding a third variable.
Syntax
Section titled “Syntax”h = bubble(x, y, a, c, ...)Description
Section titled “Description”Like scatter but the marker size scales with a rather than being a fixed value. Common for visualizing 3-variable data in 2D.
Example
Section titled “Example”bubble(gdp, life_exp, population)