Matplotlib 安装教程:命令行安装及版本控制
在命令行中输入以下指令可以安装 Matplotlib:
pip install matplotlib
这将安装最新版本的 Matplotlib。如果需要安装特定版本,可以使用以下指令:
pip install matplotlib==<version_number>
其中,<version_number> 是需要安装的版本号。例如,安装 2.2.0 版本:
pip install matplotlib==2.2.0
原文地址: https://www.cveoy.top/t/topic/nqP5 著作权归作者所有。请勿转载和采集!