Bar Plot Node
The Bar Plot node creates a bar plot from some input data.
Inputs
- Data — The input data to graph.
 - X column — The column name to plot on the X axis (bar label). Must refer to a column of the Data input.
 - Y column — The column name to plot on the Y axis (bar height). Must refer to a column of the Data input.
 
Outputs
- Figure — The resulting bar plot.