geomPoint

Create points from the data

geomPoint
(
AES
)
()

Examples

auto aes = Aes!(double[], "x", double[], "y")([1.0], [2.0]);
auto gl = geomPoint(aes);
gl.popFront;
assert(gl.empty);

Meta