将 matplotlib 与 Tkinter 一起使用时出现 NULL tstate 错误
我在 Tkinter GUI 上绘制了一些 matplotlib.pyplot 图形。当我销毁窗口时,会引发“致命 Python 错误”。我似乎不是唯一遇到这个问题的人,但我无法从讨论中找到解决方案。 因为它不会造成真正的问题,但只是相当不方便,并且已经困扰我一段时间了,所以我会非常满足于忽略并忽略它的方式。
I draw some matplotlib.pyplot figures onto a Tkinter GUI. When I destroy the window the "Fatal Python Error" is raised. I seem to not be the only one with the problem but I cannot read a solution to it out of the discussions.
As it does not cause a real problem, but is just fairly inconvenient and has been bugging me for a while, I would be more than content with a way to just ignore and pass over it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的平台是什么,python版本,matplotlib版本?
-- 这些细节很重要
尝试此处显示的示例: http: //www.mail-archive.com/[电子邮件受保护]/msg21791.html
是否正常工作?
What's your platform, python version, matplotlib version ?
-- those details matter
Try the example shown here: http://www.mail-archive.com/[email protected]/msg21791.html
does it work properly?