matplotlib xkcd无法正常工作

时间:2013-11-01 13:19:06

标签: python matplotlib

我正在尝试让matplotlib xkcd函数正常工作,在安装完所有必要的东西之后。 http://matplotlib.org/xkcd/examples/showcase/xkcd.html

每次我得到这个:

Traceback (most recent call last):
  File "graph.py", line 4, in <module>
    plt.xkcd()
AttributeError: 'module' object has no attribute 'xkcd'

(我将代码保存为graph.py)

任何可能出错的想法?​​

1 个答案:

答案 0 :(得分:5)

matplotlib 1.3.1中添加了xkcd模块。您需要将版本更新为该版本才能使xkcd示例正常工作。