Closed GitHimanshuc closed 2 years ago
import orthopy orthopy.c1.jacobi.show(5, "normal", 0.0, 0.0)
gives, ModuleNotFoundError: No module named 'matplotx'
ModuleNotFoundError: No module named 'matplotx'
matplotx is not installed by default when installing orthopy.
It's an optional dependency. You can install orthopy with
pip install orthopy[all]
to get them all.
I'll just make the dependencies mandatory until someone complains. :)
gives,
ModuleNotFoundError: No module named 'matplotx'
matplotx is not installed by default when installing orthopy.