ggplotd.aes

Undocumented in source.

Members

Aliases

DataID
alias DataID = Tuple!(double, string)
Undocumented in source.

Functions

mergeRange
auto mergeRange(R1 r1, R2 r2)

Merge the elements of two ranges. If first is not a range then merge that with each element of the second range.

Static variables

DefaultValues
auto DefaultValues;

Structs

NumericLabel
struct NumericLabel(T)

Templates

Aes
template Aes(Specs...)

Aes is used to store and access data for plotting

group
template group(Specs...)

Groups data by colour label etc.

merge
template merge(T, U)

Merge two types by their members.

Meta