plotd v0.3.5 (2014-10-20T12:02:33Z)
Dub
Repo
ParsedRow
cli
parsing
Struct to hold the different points etc
struct
ParsedRow {
Point
[]
points
;
Point
[]
linePoints
;
double
[]
histData
;
}
Members
Variables
histData
double
[]
histData
;
Undocumented in source.
linePoints
Point
[]
linePoints
;
Undocumented in source.
points
Point
[]
points
;
Undocumented in source.
Meta
Source
See Implementation
cli
parsing
aliases
Event
functions
applyColumnData
handleMessage
saveFigures
toEvents
toLineEvents
toPoints
toRange
updateFormat
structs
ParsedRow
variables
figures
Struct to hold the different points etc