Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ENH: Add option to disable raising the window for macosx#22928

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
oscargus merged 1 commit intomatplotlib:mainfromgreglucas:macosx-raise-window
Apr 29, 2022

Conversation

greglucas
Copy link
Contributor

PR Summary

This enables the rcParam "figure.raise_window" to control whether the macosx backend raises the window to the foreground or not, keeping consistency with the other backends.

closes#22915

To test this, move the window to the back and it should stay hidden.

frommatplotlibimportpyplotaspltfrommatplotlibimportrcParamsrcParams['figure.raise_window']=FalsewhileTrue:plt.plot()plt.pause(.1)

PR Checklist

Tests and Styling

  • Has pytest style unit tests (andpytest passes).
  • IsFlake 8 compliant (installflake8-docstrings and runflake8 --docstring-convention=all).

Documentation

  • [N/A] New features are documented, with examples if plot related.
  • [N/A] New features have an entry indoc/users/next_whats_new/ (follow instructions in README.rst there).
  • [N/A] API changes documented indoc/api/next_api_changes/ (follow instructions in README.rst there).
  • [N/A] Documentation is sphinx and numpydoc compliant (the docs shouldbuild without error).

This enables the rcParam "figure.raise_window" to control whetherthe macosx backend raises the window to the foreground or not.
@oscargusoscargus merged commite26efa5 intomatplotlib:mainApr 29, 2022
@greglucasgreglucas deleted the macosx-raise-window branchApril 29, 2022 13:06
@QuLogicQuLogic mentioned this pull requestSep 9, 2022
2 tasks
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@QuLogicQuLogicQuLogic approved these changes

@oscargusoscargusoscargus approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
v3.6.0
Development

Successfully merging this pull request may close these issues.

[Bug]: figure.raise_window rcParam does not work on MacOSX backend
3 participants
@greglucas@QuLogic@oscargus

[8]ページ先頭

©2009-2025 Movatter.jp