The OpenD Programming Language

ggplotd.aes

Undocumented in source.

Members

Aliases

aes
alias aes = tuple

Map data fields to "aesthetic" fields understood by the ggplotd geom functions

mergeRange
deprecated alias mergeRange = ggplotd.range.mergeRange

Functions

fieldWithDefault
auto fieldWithDefault(AES aes, T theDefault)

Returns field if it exists, otherwise uses the passed default

Static variables

DefaultValues
auto DefaultValues;

Default values for most settings

Structs

DataID
struct DataID

DataID is used to refer represent any type as a usable type

Pixel
struct Pixel

Number of pixels

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