如何在 Windows 上使用 Conda 安装 Matplotlib 而不安装 Qt?

matplotlibpythondata visualization

要使用 Conda 安装 Matplotlib 包,请运行以下任一操作 −

conda install -c conda-forge matplotlib-base
conda install -c conda-forge/label/testing matplotlib-base
conda install -c conda-forge/label/testing/gcc7 matplotlib-base
conda install -c conda-forge/label/cf202003 matplotlib-base
conda install -c conda-forge/label/matplotlib_rc matplotlib-base
conda install -c conda-forge/label/gcc7 matplotlib-base
conda install -c conda-forge/label/broken matplotlib-base
conda install -c conda-forge/label/matplotlib-base_rc matplotlib-base
conda install -c conda-forge/label/rc matplotlib-base
conda install -c conda-forge/label/cf201901 matplotlib-base

相关文章