Example.Basic.HistogramPlot

This task type generates a histogram plot of one CSV table column.

The output table contains one row per histogram bin, and the following columns:

  • x: The histogram bin center X positions.

  • x0 and x1: The lower and higher end X positions of the histogram bins.

  • count: The number of samples per histogram bin.