ggplotd.geom

Undocumented in source.

Members

Functions

geomAxis
auto geomAxis(AES aes, double tickLength, string label)

Draw axis, first and last location are start/finish others are ticks (perpendicular)

geomBox
auto geomBox(AES aes)

Draw a boxplot. The "x" data is used. If labels are given then the data is grouped by the label

geomHist
auto geomHist(AES aes)

Draw histograms based on the x coordinates of the data (aes)

geomLabel
auto geomLabel(AES aes)

Draw Label at given x and y position

geomLine
auto geomLine(AES aes)
geomPoint
auto geomPoint(AES aes)
geomPolygon
auto geomPolygon(AES aes)

Structs

Geom
struct Geom

Meta