Matplotlib backend; retire SeabornPlotBuilder; unify backend= (#639)#645
Merged
Conversation
Seed focus tracking for epic #567 Stage 1: mpl backend, retire SeabornPlotBuilder, and unify summary_plot backend=. Co-authored-by: Jan Petter Maehlen <jepe@ife.no>
Draft approach for MatplotlibBackend (seaborn styling), retiring SeabornPlotBuilder, and deprecating summary_plot(interactive=). Co-authored-by: Jan Petter Maehlen <jepe@ife.no>
Add MatplotlibBackend (seaborn styling/faceting helpers), resolve backends via get_backend, deprecate summary_plot(interactive=) in favour of backend=, and delete SeabornPlotBuilder. Co-authored-by: Jan Petter Maehlen <jepe@ife.no>
Seed summary_plot(interactive=...) in _deprecation, regenerate DEPRECATIONS.md, import numpy in MatplotlibBackend, and clear warn_once sites so the essential suite is order-independent. Co-authored-by: Jan Petter Maehlen <jepe@ife.no>
Record the Unreleased HISTORY bullet and move issue639 tracking files to 03-solved-issues with Done checked after green closeout tests. Co-authored-by: Jan Petter Maehlen <jepe@ife.no>
jepegit
marked this pull request as ready for review
July 23, 2026 07:32
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #639 (epic #567 Stage 1): add
MatplotlibBackend, retireSeabornPlotBuilder, and unifysummary_plotonbackend="plotly"|"matplotlib"withinteractive=as awarn_oncealias (removal 2.1).Changes
cellpy/plotting/backends/mpl.py—MatplotlibBackend.render(seaborn styling/faceting helpers)get_backend("plotly"|"matplotlib")summary_plot(..., backend=...);interactive=deprecated aliasSeabornPlotBuilderDEPRECATIONS.md+ seed registration.issueflows/03-solved-issues/Test plan
Closeout verified: figure-specs/mpl suites + essential gate green.