Create points from the data
auto aes = Aes!(double[], "x", double[], "y")([1.0], [2.0]); auto gl = geomPoint(aes); gl.popFront; assert(gl.empty);
See Implementation
Create points from the data