You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
## DISCLAIMER
2
+
3
+
This project is no longer used in Pyodide as of Pyodide v0.28 (see [issue#65](https://github.com/pyodide/matplotlib-pyodide/issues/65#issuecomment-2532463697)).
4
+
We don't accept any new features or bug fixes. The project is archived and will not be maintained anymore.
5
+
6
+
The default matplotlib backend for Pyodide is now the patched version of `webagg` backend. If you were using `matplotlib_pyodide` in your code,
7
+
simply removing the `matplotlib.use('module://matplotlib_pyodide...')` line should be enough to make your code work with the new backend.
8
+
9
+
If it doesn't, try replacing it with `matplotlib.use('webagg')`.
0 commit comments