尝试像这样设置鼠标图标时出现此错误:
fig.canvas.set_cursor(Cursors.POINTER) # or something like that
我假设这是因为后端缺少 set_cursor 方法?我正在使用嵌入 matplotlib 图的 Qt 应用程序。有什么办法可以解决这个问题吗?
我尝试使用 matplotlib.use("Qt5Agg") 设置后端,因为显然这为其他人解决了类似的问题,但它没有用。