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

defaultMargins
Margins defaultMargins(int size1, int size2)
Undocumented in source. Be warned that the author may not have intended to support it.
gridLayout
auto gridLayout(size_t length, double ratio)
Undocumented in source. Be warned that the author may not have intended to support it.
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