python - matplotlib 和 matplotlib-base 之间的区别?

标签 python matplotlib conda conda-forge

在更新我的包时,我注意到有一个名为“matplotlib-base”的包。我无法弄清楚“matplotlib”有什么区别,无论是在官方网站上还是在 Stack Overflow 上,我也找不到任何存储库来比较代码。有任何想法吗?

matplotlib / matplotlib-base

最佳答案

这些包相似,但它们的依赖项不同:matplotlib取决于 matplotlib-basepyqt .因此安装 matplotlib在安装 matplotlib-base 时也会拉入 qt 堆栈才不是。不需要 qt 后端并喜欢纤薄安装的用户会更喜欢 matplotlib-basematplotlib .

另见:https://conda-forge.org/docs/maintainer/knowledge_base.html#matplotlib

关于python - matplotlib 和 matplotlib-base 之间的区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61325817/

相关文章:

python - Pandas 多索引和 Groupby

PHP 与应用程序服务器?

python - 将非零元素向右挤压

python - 为什么我不能让 Django 与这个库对话?

python - 将字符串的 Pandas DataFrame 转换为直方图

python - 如何让 Anaconda 在 HTTP 代理(不是 https)后面工作?

python - 如何查看我的 conda 环境的创建日期?

python - 在 WSL Ubuntu 中绘制图形的反复出现的问题

python - Pandas : histogram with fixed width

python - 使用conda命令后ValueError : failed to parse CPython sys.版本