plotd v0.3.7 (2014-10-21T12:43:13Z)
Dub
Repo
Figure
cli
figure
Undocumented in source.
class
Figure {
PlotState
plot
;
Event
[]
eventCache
;
bool
validBound
;
Point
[]
pointCache
;
Point
[][
int
]
previousLines
;
double
[]
histData
;
double
[
2
]
histRange
;
size_t
columnCount
;
this
();
}
Constructors
this
this
()
Undocumented in source.
Members
Variables
columnCount
size_t
columnCount
;
Undocumented in source.
eventCache
Event
[]
eventCache
;
Undocumented in source.
histData
double
[]
histData
;
Undocumented in source.
histRange
double
[
2
]
histRange
;
Undocumented in source.
plot
PlotState
plot
;
Undocumented in source.
pointCache
Point
[]
pointCache
;
Undocumented in source.
previousLines
Point
[][
int
]
previousLines
;
Undocumented in source.
validBound
bool
validBound
;
Undocumented in source.
Meta
Source
See Implementation
cli
figure
classes
Figure