Skip to content

macOS Rework: Subplot Tool - #32364

Draft
iccir wants to merge 22 commits into
matplotlib:mainfrom
iccir:macos-pr-subplot
Draft

iccir wants to merge 22 commits into
matplotlib:mainfrom
iccir:macos-pr-subplot

Conversation

@iccir

@iccir iccir commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

PR summary

Important

This PR depends on #32161 and will appear larger than it really is until #32161 is merged. To view the actual changes in this PR, compare macos-staging → macos-pr-subplot.

This PR implements a macOS-native version of the "Configure subplots" window. This has several advantages over the old version:

  • Adds dark mode support (visual accessibility).
  • Adds VoiceOver support (visual accessibility).
  • Adds keyboard support (motor accessibility).
  • Adds "Tight Layout" and "Copy Values" buttons to mimic the Qt backend.

Closes #27592

Screenshot of light mode.

Screenshot of dark mode.

AI Disclosure

  • I use AI for web search due to search engines becoming less reliable.
  • All code is my own.

PR quality check

  • Use an expressive title, e.g. "Fix title font property precedence"
  • [N/A] New and changed code is tested (Tested manually)
  • [N/A] Plotting related features are demonstrated in an example
  • [N/A] New features and API changes have release notes
  • [N/A] Documentation complies with general and docstring guidelines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ENH]: Add dark mode for subplot configuration tool

2 participants