3
我想獲得matplotlib xkcd函數工作,在安裝完所有必要的東西后繼此。 http://matplotlib.org/xkcd/examples/showcase/xkcd.htmlmatplotlib xkcd不工作
每次我得到這個時間:
Traceback (most recent call last):
File "graph.py", line 4, in <module>
plt.xkcd()
AttributeError: 'module' object has no attribute 'xkcd'
(我保存的代碼graph.py)
任何想法可能是想錯了?
你能告訴我們你的'import'行嗎?我懷疑這是你出錯的地方...... – darthbith
你使用的是什麼版本的matplotlib?你有沒有嘗試更新到最新的? **編輯**:在版本1.3.1中添加了''xkcd()''。 – fjarri