XPlot


Datum

Record Fields

Record FieldDescription
X
Signature: key
Y1
Signature: value
Y2
Signature: value option
Y3
Signature: value option
Y4
Signature: value option

Static members

Static memberDescription
New(x, y1, y2, y3, y4)
Signature: (x:key * y1:value * y2:value * y3:value * y4:value) -> Datum
New(x, y1, y2, y3)
Signature: (x:key * y1:value * y2:value * y3:value) -> Datum
New(x, y1, y2)
Signature: (x:key * y1:value * y2:value) -> Datum
New(x, y)
Signature: (x:key * y:value) -> Datum
Fork me on GitHub