Geom

Constructors

this
this(T tup)
Undocumented in source.

Members

Aliases

drawFunction
alias drawFunction = cairo.Context delegate(cairo.Context context, ColourMap colourMap)
Undocumented in source.

Variables

bounds
AdaptiveBounds bounds;
colours
ColourID[] colours;
draw
drawFunction draw;
mask
bool mask;

Whether to mask/prevent drawing outside plotting area

xTickLabels
Tuple!(double, string)[] xTickLabels;
yTickLabels
Tuple!(double, string)[] yTickLabels;

Meta