Create line chart
Creates a line 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 points in the line.
-
Y column index — Integer
Index of the column that contains the Y coordinates of the points in the line.
Outputs
-
Chart — DynamicObject
Line chart.