AttributeError: tkagg has no attribute cursord

随声附和 提交于 2021-02-10 20:40:01

问题


I recently reinstalled anaconda to shift the directory over from an admin account to my personal account.

Previously, I had no issue with the code below

import matplotlib.backends.backend_tkagg as tkagg
defaultcursor = tkagg.cursord[1]

Now, it gives the following error: AttributeError: module 'matplotlib.backends.backend_tkagg' has no attribute 'cursord'

any idea why this is happening?

来源:https://stackoverflow.com/questions/54002098/attributeerror-tkagg-has-no-attribute-cursord

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!