Nicholas Smith

Results 88 comments of Nicholas Smith

In case its helpful @andrzejnovak put together a conda recipe for combine in https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/pull/648 Though it is still python 2 :(

In addition it would be good if scaling a histogram by a scalar value automatically converts scalar storage (`Int64`, `Double` etc.) to `Weight` storage so that the variance is correctly...

I want to second this feature request. In fact, some use cases in EFT re-interpretation require several thousand weight variations per bin.

There is a ratioplot utility in coffea that might be able to be ported over, as was done for the others: https://coffeateam.github.io/coffea/api/coffea.hist.plotratio.html

I don't think Stefan's problem is the same as the one I originally described, because it is a failure to update the rule to reflect new contents where my problem...

I am sure the rules are updated, not least because the updated timestamp is changed. But my rules are different: dataset DIDs are being attached to container DIDs, whereas in...

#5272 was closed, what's the progress on this?

An example of a 2D plot with text using matplotlib exists in the now very old mpl-hep gallery: https://nbviewer.jupyter.org/github/nsmith-/mpl-hep/blob/master/binder/gallery.ipynb#2D-Colormap although it does not have uncertainties shown. For determining uncertainties for...

Improved example: ```python import numpy as np import matplotlib.pyplot as plt import hist h = ( hist.Hist.new .Reg(10, 0, 1, name="var 1") .Reg(30, -3, 3, name="var 2") .Reg(10, 0, 1,...

It was also suggested that perhaps the `corner` authors would be willing to provide a pre-binned API. I'm not sure how much work that would be and how much of...