plotd v0.3.5 (2014-10-20T12:02:33Z)
Dub
Repo
Bounds
plotd
primitives
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
plotd
primitives
aliases
LineId
classes
Axis
Color
LineState
Lines
functions
adjustTickWidth
adjustedBounds
convertCoordinates
height
minimalBounds
tickLength
validBounds
width
withinBounds
structs
Bounds
ColorRange
Point
Bounds struct holding the bounds (min_x, max_x, min_y, max_y)