-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minuit.interactive outside of Jupyter notebooks (#1056)
Implementation of a PyQt6 widget for `minuit.interactive` (Issue #771 ). In order to make the plotting work properly, I changed the API for the `visualize` methods of the build-in cost functions so that they optionally accept matplotlib `Axes` objects (and for `CostSum`s a `Figure`). If these arguments don't receive a value, `pyplot` is used. This should keep the disruption of existing code as minimal as I could manage. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Adrian Peter Krone <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Louis Varriano <[email protected]> Co-authored-by: Hans Dembinski <[email protected]> Co-authored-by: SamuelBorden <[email protected]> Co-authored-by: Hans Dembinski <[email protected]>
- Loading branch information
1 parent
a8acd57
commit 859f252
Showing
13 changed files
with
752 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.