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

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

Closed
Milestone
@carlosgmartin

Description

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

      AltStyle によって変換されたページ (->オリジナル) /