I see that the matplotlib is not recognized by the default backend in plots.

However, pyodide has matplotlib installed, so import matplotlib prepending just works

I wonder if this can be appended to the templates, or sympy plot should recognize this to load matplotlib on demand. (if loading matplotlib is heavy)
I see that the matplotlib is not recognized by the default backend in plots.
However, pyodide has matplotlib installed, so
import matplotlibprepending just worksI wonder if this can be appended to the templates, or sympy plot should recognize this to load matplotlib on demand. (if loading matplotlib is heavy)