plot2d ~master (2018-04-16T18:21:42Z)
Dub
Repo
Plot
plot2d
plot
class
Plot {
struct
Settings
;
Settings
settings
;
Trtor
tr
;
NSStyle
style
;
Axis
axis
;
Grid
grid
;
LBGridLabel
label
;
Chart
[]
charts
;
this
()
;
T
add
(
T
ch
)
;
void
updateCharts
()
;
void
draw
(
Ctx
cr
,
Point
size
)
;
}
Constructors
this
this
()
Members
Functions
add
T
add
(
T
ch
)
draw
void
draw
(
Ctx
cr
,
Point
size
)
updateCharts
void
updateCharts
()
Structs
Settings
struct
Settings
Variables
axis
Axis
axis
;
charts
Chart
[]
charts
;
grid
Grid
grid
;
label
LBGridLabel
label
;
settings
Settings
settings
;
style
NSStyle
style
;
namespaced style
tr
Trtor
tr
;
Meta
Source
See Implementation
plot2d
plot
modules
anim
axis
backend
chart
drawable
label
plot
style
trtor
types
util