FHist.jl icon indicating copy to clipboard operation
FHist.jl copied to clipboard

[WIP] Add advanced plotting recipies

Open mmikhasenko opened this issue 1 year ago • 4 comments
trafficstars

Closes #126

New Plots.jl recipe makes it easy to plot a curve over a histogram. There are two new functionality:

  • plot(model::Function, WithData(h)): to adjust normalization of the model taking into account the bin width

  • curvedfitwithpulls(h, best_model): a plot recipe for the histogram, model curve and pulls.

  • [ ] Tests are passing

  • [ ] Documentation is updated

mmikhasenko avatar Nov 07 '24 16:11 mmikhasenko