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
matplotlib-pyodide version 0.2.3 restores compatibility with Matplotl…
…ib 3.8.4 for the WASM backend. The HTML5 backend, which is not fully restored, now temporarily delegates to the WASM backend for rendering.
Add FigureCanvasWasm.destroy() method so that user can call pyplot.cl…
…ose() method to delete previous divs (#55)
* fix bug #49
* add test for #55
* update the CHANGELOG.md
* add tests for #55
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: yuhongbo <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>