ggplotd v0.4.12 (2016-02-16T09:21:03Z)
Dub
Repo
Geom
ggplotd
geom
struct
Geom {
this
(T tup);
alias
drawFunction
=
cairo
.
Context
delegate
(
cairo
.
Context
context
,
ColourMap
colourMap
)
;
drawFunction
draw
;
ColourID
[]
colours
;
AdaptiveBounds
bounds
;
bool
mask
;
import
std
.
typecons
:
Tuple
;
;
Tuple
!(
double
,
string
)[]
xTickLabels
;
Tuple
!(
double
,
string
)[]
yTickLabels
;
}
Constructors
this
this
(T tup)
Undocumented in source.
Members
Aliases
drawFunction
alias
drawFunction
=
cairo
.
Context
delegate
(
cairo
.
Context
context
,
ColourMap
colourMap
)
Undocumented in source.
Variables
bounds
AdaptiveBounds
bounds
;
colours
ColourID
[]
colours
;
draw
drawFunction
draw
;
mask
bool
mask
;
Whether to mask/prevent drawing outside plotting area
xTickLabels
Tuple
!(
double
,
string
)[]
xTickLabels
;
yTickLabels
Tuple
!(
double
,
string
)[]
yTickLabels
;
Meta
Source
See Implementation
ggplotd
geom
functions
geomAxis
geomBox
geomHist
geomHist3D
geomLabel
geomLine
geomPoint
geomPolygon
structs
Geom