Bland.Series.Histogram (Elixir Technical Drawing v0.5.0)

Copy Markdown View Source

Histogram series. See Bland.histogram/3 and Bland.Histogram.

Unlike Bar, histograms render on a numeric x-axis: bars sit flush against each other at their bin boundaries, with no category slots and no per-bar padding.

Fields:

  • :bin_edges — strictly increasing list, length n + 1
  • :values — length n; interpretation depends on :normalize
  • :normalize:count | :pmf | :density | :cmf

  • :density — backwards-compat boolean; true iff :normalize is :density