Basics
Functions and values
Function or value | Description |
bar dataset (fx, fy)
Signature:dataset:'?4914 list -> (fx:Cat<'?4914> * fy:Num<'?4914>) -> string
Type parameters: '?4914 |
|
colorBar dataset (fx, fy, fc)
Signature:dataset:'?4916 list -> (fx:Cat<'?4916> * fy:Num<'?4916> * fc:Cat<'?4916>) -> string
Type parameters: '?4916 |
|
force (...)
Signature:nodes:'?4918 list -> ns:Cat<'?4918> -> edges:'?4919 list -> (src:Num<'?4919> * tgt:Num<'?4919> * v:Num<'?4919>) -> (float * float * int) -> string
Type parameters: '?4918, '?4919 |
|
scatterplot dataset (fx, fy, fc, fs)
Signature:dataset:'?4912 list -> (fx:Num<'?4912> * fy:Num<'?4912> * fc:Cat<'?4912> * fs:Num<'?4912>) -> string
Type parameters: '?4912 |