Skip to content

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

Closed
@carlosgmartin

Description

@carlosgmartin

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions