python3 怎么安装matplotlib
在 Linux 系统上,可以使用以下命令安装 matplotlib:
sudo apt-get install python3-matplotlib
在 Windows 系统上,可以使用以下命令安装 matplotlib:
pip3 install matplotlib
如果您使用的是 Anaconda Python,可以使用以下命令安装 matplotlib:
conda install matplotlib
安装完成后,您可以在 Python 中导入 matplotlib 模块并开始使用。
import matplotlib.pyplot as plt
原文地址: https://www.cveoy.top/t/topic/egVu 著作权归作者所有。请勿转载和采集!