Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plotting grid of pre-fit and post-fit distributions relies on copy of cabinetry method #156

Open
ekauffma opened this issue Jun 9, 2023 · 0 comments
Labels
implementation concerns analysis implementation

Comments

@ekauffma
Copy link
Collaborator

ekauffma commented Jun 9, 2023

cabinetry's visualize.data_mc method returns matplotlib Figure 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

@alexander-held alexander-held added the implementation concerns analysis implementation label Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
implementation concerns analysis implementation
Projects
None yet
Development

No branches or pull requests

2 participants