gpt4 book ai didi

python - 部署应用程序时,“matplotlib”没有属性 'cm'

转载 作者:行者123 更新时间:2023-12-03 21:22:25 25 4
gpt4 key购买 nike

我正在尝试部署使用 Dash 开发的应用程序,该应用程序使用一些 matplotlib 函数。当我在本地运行应用程序时,它运行顺利,一切正常,但是,当我使用相同的代码(我正在使用 heroku 部署)部署它时,安装的 matplotlib 版本(当前的 2.2.3)不再找到属性“cm”以创建颜色图。

import matplotlib
cmap = matplotlib.cm.get_cmap('Reds')

实际结果

Logs of the heroku app

Matplotlib 版本

我正在使用 Windows 10,在本地和部署中使用 matplotlib 2.2.3,并且在本地,我的 Python 版本是 3.6.6。

谢谢!

亲切的问候,
雷南

最佳答案

您需要导入 matplotlib.cm为了这个工作。

import matplotlib.cm
cmap = matplotlib.cm.get_cmap('Reds')

关于python - 部署应用程序时,“matplotlib”没有属性 'cm',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52251582/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com