SyntaxFix
Write A Post
Hire A Developer
Questions
It is not on PyPI and you should not be installing it via pip. If you have matplotlib installed, you should be able to import mpl_toolkits directly:
pip
matplotlib
mpl_toolkits
$ pip install --upgrade matplotlib ... $ python >>> import mpl_toolkits >>>