gpt4 book ai didi

python - Matplotlib 给出错误

转载 作者:行者123 更新时间:2023-12-01 04:34:42 28 4
gpt4 key购买 nike

我正在运行此处给出的示例代码 https://github.com/matplotlib/matplotlib/blob/master/examples/pie_and_polar_charts/pie_demo_features.py在我的机器上并收到错误消息“pie() 获得了意外的关键字参数‘center’”我的python版本是2.7.10 32位。我已经安装了 numpy、scipy 和 matplotlib。我在这里使用 numpy 和 scipy http://www.lfd.uci.edu/~gohlke/pythonlibs/#matplotlib而 matplotlib 是直接使用 pip install 命令安装的。

最佳答案

你的 matplotlib 版本是什么? (最好的查找方法是在 python REPL/prompt 中打印 matplotlib.__version__)

center=(,) 参数是在 1.5 中引入的(开发版本,尚未稳定)。

请参阅:http://matplotlib.org/devdocs/api/pyplot_api.html#matplotlib.pyplot.pie

最新的稳定版本(1.4.3/1.4.2)不支持此参数。

编辑:据我所知,matplotlib 1.5 目前无法通过 pip 使用。您必须从 git ( https://github.com/matplotlib/matplotlib.git ) 中查看它并自行构建它。

关于python - Matplotlib 给出错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31926143/

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