Skip to content

Fix plt.show() - #608

Open
nvaytet wants to merge 4 commits into
mainfrom
plt-show-fix
Open

Fix plt.show()#608
nvaytet wants to merge 4 commits into
mainfrom
plt-show-fix

Conversation

@nvaytet

Copy link
Copy Markdown
Member

Fixes#607

@jokasimr

Copy link
Copy Markdown
Contributor

Seems reasonable, but this is a test that fails on this branch but not on main:

importmatplotlib.pyplotaspltimportscippasscsc.arange("x", 5.0).plot()
plt.close("all") # Should succeed; PR 608 raises AttributeError.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Matplotlib's plt.show() does not work

2 participants

@nvaytet@jokasimr