We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The figure.raise_window rcParam does not work on MacOSX backend.
Related:
from matplotlib import pyplot as plt from matplotlib import rcParams rcParams['figure.raise_window'] = False while True: plt.plot() plt.pause(.0001)
Window is raised on every call to pause.
pause
Window should not be raised.
No response
macOS
3.5.1
MacOSX
Python 3.10.2
pip
The text was updated successfully, but these errors were encountered:
Thanks for the easily reproducible example. I put a fix in #22928 if you're interested in testing that out at all.
Sorry, something went wrong.
@greglucas Works for me. Thanks.
Successfully merging a pull request may close this issue.
Bug summary
The figure.raise_window rcParam does not work on MacOSX backend.
Related:
Code for reproduction
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
The text was updated successfully, but these errors were encountered: