tutorial
download
reference
visualization samples
reference
Begginer
Make dataset
Datamate.make(_rowKey, _values)
Show built-in chart
Datamate.plot()
Get a value
Datamate.value(_rowKey, _columnKey, _min=0, _max=0, _target=Datamate.ROW)
Get a header name by index
Datamate.name(_index, _target=Datamate.ROW)
Datamate.rowName(_index)
Datamate.columnName(_index)
Set header enables
Datamate.setHeaderEnables(_rowHeaderEnabled=true, _columnHeaderEnabled=true)
Focus cell controls
Datamate.focusX(_offset=0, _interpolation=false)
Datamate.focusY(_offset=0, _interpolation=false)
Datamate.right(_steps=1)
Datamate.left(_steps=1)
Datamate.up(_steps=1)
Datamate.down(_steps=1)
Datamate.play(_playRate=1.0)
Datamate.loop(_loopX=false, _loopY=false)
Area controls
Datamate.makeAreas(_x, _y, _width, _height, _xAreas, _yAreas)
Datamate.bindAreas(_indexes)
Datamate.area(_index)
area.x
area.y
area.width
area.height
area.left
area.right
area.top
area.bottom
area.centerX
area.centerY
CODE
Datamate.make()
説明
Showing built-in bar chart.
function
Datamate.make()
引数
-
戻り値
-