Skip to content

Preserve explicit axes frame styling across reformatting#742

Merged
cvanelteren merged 3 commits into
mainfrom
fix/issue-739-axesedgecolor
Jun 23, 2026
Merged

Preserve explicit axes frame styling across reformatting#742
cvanelteren merged 3 commits into
mainfrom
fix/issue-739-axesedgecolor

Conversation

@cvanelteren

Copy link
Copy Markdown
Collaborator

Treat axesedgecolor and axeslinewidth as explicit Cartesian frame style overrides so per-axes values set with ax.format(...) survive later axs.format(...) calls that only update unrelated properties like titles. Closes #739.

@codecov

codecov Bot commented Jun 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@cvanelteren cvanelteren merged commit adafea9 into main Jun 23, 2026
18 checks passed
@cvanelteren cvanelteren deleted the fix/issue-739-axesedgecolor branch June 23, 2026 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

axs.format() resets per-axis axesedgecolor set via ax.format()

1 participant