plotd v0.3.7 (2014-10-21T12:43:13Z)
Dub
Repo
Axis
plotd
primitives
Undocumented in source.
class
Axis {
this
(double newmin, double newmax);
string
label
;
double
min
;
double
max
;
double
min_tick
;
double
tick_width
;
}
Constructors
this
this
(double newmin, double newmax)
Undocumented in source.
Members
Variables
label
string
label
;
Undocumented in source.
max
double
max
;
Undocumented in source.
min
double
min
;
Undocumented in source.
min_tick
double
min_tick
;
Undocumented in source.
tick_width
double
tick_width
;
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