ggplotd v0.4.12 (2016-02-16T09:21:03Z)
Dub
Repo
Bounds
ggplotd
bounds
Bounds struct holding the bounds (min_x, max_x, min_y, max_y)
struct
Bounds {
double
min_x
;
double
max_x
;
double
min_y
;
double
max_y
;
this
(double my_min_x, double my_max_x, double my_min_y, double my_max_y);
this
(string value);
}
Constructors
this
this
(double my_min_x, double my_max_x, double my_min_y, double my_max_y)
Undocumented in source.
this
this
(string value)
Undocumented in source.
Members
Variables
max_x
double
max_x
;
Undocumented in source.
max_y
double
max_y
;
Undocumented in source.
min_x
double
min_x
;
Undocumented in source.
min_y
double
min_y
;
Undocumented in source.
Meta
Source
See Implementation
ggplotd
bounds
functions
adjustedBounds
height
minimalBounds
validBounds
width
withinBounds
structs
AdaptiveBounds
Bounds
Point
Bounds struct holding the bounds (min_x, max_x, min_y, max_y)