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
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