The OpenD Programming Language

ggplotd.ggplotd

Undocumented in source.

Members

Aliases

TitleFunction
alias TitleFunction = Title delegate(Title)

delegate that takes a Title struct and returns a changed Title struct

Functions

putIn
auto ref putIn(T t, U u)

Put an element into a plot/facets struct

title
TitleFunction title(string title)

Draw the title

title
TitleFunction title(string[] title)

Draw the multiline title

Structs

Facets
struct Facets

Plot multiple (sub) plots

GGPlotD
struct GGPlotD

GGPlotD contains the needed information to create a plot

Margins
struct Margins

Specify margins in number of pixels

Title
struct Title

Currently only holds the title. In the future could also be used to store details on location etc.

Meta