BrazilBandCollection#

class pyhf.contrib.viz.brazil.BrazilBandCollection(cls_obs: Line2D | None, cls_exp: list[Line2D] | None, one_sigma_band: PolyCollection | None, two_sigma_band: PolyCollection | None, test_size: Line2D | None, clsb: Line2D | None, clb: Line2D | None, axes: Axes | None)[source]#

Bases: object

collections.namedtuple containing the matplotlib.artist.Artist objects of the “Brazil Band” and the observed \(\mathrm{CL}_{s+b}\) and \(\mathrm{CL}_{b}\) — the components of the \(\mathrm{CL}_{s}\) ratio. Returned by plot_results().

Parameters:
__init__(cls_obs: Line2D | None, cls_exp: list[Line2D] | None, one_sigma_band: PolyCollection | None, two_sigma_band: PolyCollection | None, test_size: Line2D | None, clsb: Line2D | None, clb: Line2D | None, axes: Axes | None) None#

Attributes

cls_obs: Line2D | None#
cls_exp: list[Line2D] | None#
one_sigma_band: PolyCollection | None#
two_sigma_band: PolyCollection | None#
test_size: Line2D | None#
clsb: Line2D | None#
clb: Line2D | None#
axes: Axes | None#

Methods