ggplotd.geom

Undocumented in source.

Members

Aliases

geomHist3D
deprecated alias geomHist3D = geomHist2D

Functions

geomAxis
auto geomAxis(AES aesRaw, double tickLength, string label, double textAngle)

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

geomBox
auto geomBox(AES aesRange)

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

geomDensity
auto geomDensity(AES aes)

Draw kernel density based on the x coordinates of the data

geomDensity2D
auto geomDensity2D(AES aes)

Draw kernel density based on the x and y coordinates of the data

geomDiamond
auto geomDiamond(AES aes)

Draw diamond centered at given x,y location

geomEllipse
auto geomEllipse(AES aes)

Draw ellipse centered at given x,y location

geomHist
auto geomHist(AES aes, size_t noBins)

Draw histograms based on the x coordinates of the data

geomHist2D
auto geomHist2D(AES aes, size_t noBinsX, size_t noBinsY)

Draw histograms based on the x and y coordinates of the data

geomPoint
auto geomPoint(AES aesRange)

Create points from the data

geomPolygon
auto geomPolygon(AES aes)

Draw a polygon

geomRectangle
auto geomRectangle(AES aes)

Draw rectangle centered at given x,y location

geomTriangle
auto geomTriangle(AES aes)

Draw triangle centered at given x,y location

Structs

Geom
struct Geom

Hold the data needed to draw to a plot context

Templates

geomLabel
template geomLabel(AES)

Draw Label at given x and y position

geomLine
template geomLine(AES)

Create lines from data

geomType
template geomType(AES)

Draw any type of geom

Meta