Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The main functions are "fill" (fills histograms with data), "get" (returns histogram contents as array), and "xaxis"/"yaxis".  Help for all these can be seen in ipython with commands like:

Code Block
Hist1D.fill?

Fill "fill" has several different options for filling individual numbers, arrays of numbers, and varying weights.

...