ggplotd v0.4.12 (2016-02-16T09:21:03Z)
Dub
Repo
Axis
ggplotd
axes
struct
Axis {
this
(double newmin, double newmax);
string
label
;
double
min
;
double
max
;
double
min_tick
;
double
tick_width
;
double
offset
;
}
Constructors
this
this
(double newmin, double newmax)
Members
Variables
label
string
label
;
max
double
max
;
min
double
min
;
min_tick
double
min_tick
;
offset
double
offset
;
tick_width
double
tick_width
;
Meta
Source
See Implementation
ggplotd
axes
aliases
XAxisFunction
YAxisFunction
functions
adjustTickWidth
axisAes
axisTicks
initialized
tickLength
toAxisLabel
structs
Axis
XAxis
YAxis