matplotlib installation tutorial

First, a command window and execute python -m pip install -U pip setuptools upgrade.
Second, enter python -m pip install matplotlib automatic installation, the system will automatically download the installation package
Finally, python start a terminal session, enter import matplotlib, no error message appears, the installation was successful

Published 14 original articles · won praise 1 · views 2253

Guess you like

Origin blog.csdn.net/weixin_42458562/article/details/102725147