Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: if matplotlib was imported before solara, we set the backend #741

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

maartenbreddels
Copy link
Contributor

Normally, setting MPLBACKEND will set the backend because importing matplotlib will set the backend based on this environment variable. However, in the case where matplotlib is imported before solara, such as jdaviz is doing, we need to set the backend manually.

Related: spacetelescope/jdaviz#2909

Normally, setting MPLBACKEND will set the backend because importing
matplotlib will set the backend based on this environment variable.
However, in the case where matplotlib is imported before solara,
such as jdaviz is doing, we need to set the backend manually.

Related: spacetelescope/jdaviz#2909
Copy link

render bot commented Aug 20, 2024

@maartenbreddels maartenbreddels merged commit 20b2e80 into master Aug 20, 2024
21 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant