Skip to content

[Bug]: figure.raise_window rcParam does not work on MacOSX backend #22915

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
carlosgmartin opened this issue Apr 27, 2022 · 2 comments · Fixed by #22928
Closed

[Bug]: figure.raise_window rcParam does not work on MacOSX backend #22915

carlosgmartin opened this issue Apr 27, 2022 · 2 comments · Fixed by #22928
Milestone

Comments

@carlosgmartin
Copy link

carlosgmartin commented Apr 27, 2022

Bug summary

The figure.raise_window rcParam does not work on MacOSX backend.

Related:

Code for reproduction

from matplotlib import pyplot as plt
from matplotlib import rcParams

rcParams['figure.raise_window'] = False
while True:
    plt.plot()
    plt.pause(.0001)

Actual outcome

Window is raised on every call to pause.

Expected outcome

Window should not be raised.

Additional information

No response

Operating system

macOS

Matplotlib Version

3.5.1

Matplotlib Backend

MacOSX

Python version

Python 3.10.2

Jupyter version

No response

Installation

pip

@greglucas
Copy link
Contributor

Thanks for the easily reproducible example. I put a fix in #22928 if you're interested in testing that out at all.

@carlosgmartin
Copy link
Author

@greglucas Works for me. Thanks.

@QuLogic QuLogic added this to the v3.6.0 milestone Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants