You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cabinetry's visualize.data_mc method returns matplotlibFigure objects, which are difficult to manipulate for display within the notebook. Ideally we want to display a grid of plots corresponding to pre and post-fit distributions for each channel in order to save space in the notebook. Currently there is a similar method that accomplishes this but copies too much code from cabinetry. This may be better-solved within cabinetry, see scikit-hep/cabinetry#142