Create vertical bar chart
Creates a vertical bar chart.
Inputs
-
Data — Tensor
2D tensor (a table) with the data to represent.
-
X column index — Integer
Index of the column that contains the X coordinates of the bars.
-
Height column index — Integer
Index of the column that contains the heights of the bars.
Outputs
-
Chart — DynamicObject
Vertical bar chart.