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

Appearance settings

MacOSX backend not closing properly #4142

Copy link
Copy link
Closed
@cimarronm

Description

@cimarronm
Issue body actions

MacOSX backend does not seem to be closing properly when plot windows are closed.

import matplotlib.pyplot as plt

plt.plot(range(10))
plt.show()
print("Won't reach here")
plt.plot(range(20))
plt.show()

The python script will halt after the first plt.show() even after closing the plot windows. Problem seems to be that the backend NSApp is not quitting and is not returning back from show().

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.