在Pycharm中安装matplotlib

 

1.初学python——安装matplotlib

在pycharm中安装第三库不需要下载:

打开pycharm,点击fileàsettings

《在Pycharm中安装matplotlib》

2.选择Project:dataview(项目名字)àproject Interpreterà点击+号

《在Pycharm中安装matplotlib》

 

3.进入后,在输入框中输入matplotlib进行搜索,然后选中要安装的包并点击下方的install package。然后等待安装完成。

《在Pycharm中安装matplotlib》

 

4.安装完成后显示安装成功,

《在Pycharm中安装matplotlib》

 

进行测试,打开Python Console,输入import matplotlib,如果没有出现任何错误提示,说明已经安装了matplotlib.

《在Pycharm中安装matplotlib》

 

​​

    原文作者:xx20cw
    原文地址: https://blog.csdn.net/xx20cw/article/details/83473031
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞