问题
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