Skip to content

Commit 4a15533

Browse files
authored
Add archive notice (#68)
* update readme * update
1 parent 3aaa9a2 commit 4a15533

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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')`.
10+
111
# matplotlib-pyodide
212

313
[![PyPI Latest Release](https://img.shields.io/pypi/v/matplotlib-pyodide.svg)](https://pypi.org/project/matplotlib-pyodide/)

0 commit comments

Comments
 (0)