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

@nvaytet nvaytet commented Sep 3, 2026

Copy link
Copy Markdown
Member

Fixes #607

@jokasimr

jokasimr commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

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

  import matplotlib.pyplot as plt
  import scipp as sc

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

Sign up for free to 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