Skip to content

Releases: FAST-HEP/fast-plotter

v0.5.0

29 Mar 16:55
66c6f4f
Compare
Choose a tag to compare

Added

  • New post-processing command to reshape outputs of fast-carpenter, see PR #28

v0.4.0

26 Feb 10:41
d44c166
Compare
Choose a tag to compare

Fixed

  • Bugs in the way overflow bins were handled and step-lines were drawn by padding. Impacted error bars as well as produced weird plotting artefacts.

Added

  • Extend unit tests
  • Variable interpolation within the config files and using variables which can be passed from the command-line
  • Y-limits based on plot-margins: pass a float with a percent sign after to limit configs
  • Control over the display of under and overflow bins from the config file
  • Ability to give specific colours for individual bands in the plot
  • Option to control how errors are calculated: sqrt of sumw2 or sumw / sqrt(n

v0.3.1

01 Nov 03:45
14d88ca
Compare
Choose a tag to compare

Added

  • Error bands in ratio plot on the expected R=1 line and the error markers
  • Control over the colour pallete from the config file
  • Control over the figure size
  • News command-line options to make multiple image types (e.g. pdf and png) from a single command invocation
  • Added a CHANGELOG

Changed

  • Datasets can now be ordered, which only affects the colouring; they're still stacked according to total integral
  • Fixes for using weighted events for data: use the dataset_col and data regex, as opposed to checking for NaNs