invalid command name "..._on_timer" in FuncAnimation for (too) small interval
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
matplotlib (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
To get a high frame rate for my animation I use a low value for 'interval' for 'FuncAnimation'. If interval is too low p.ex. 10, I get the following Exception, when (and only when) I close the window:
invalid command name "14061399730023
while executing
"14061399730023
("after" script)
Traceback (most recent call last):
File "./monitor.py", line 93, in <module>
plt.show()
File "env/lib/
return _show(*args, **kw)
File "env/lib/
manager.show()
File "env/lib/
self.
AttributeError: 'NoneType' object has no attribute 'attributes'
matplotlib==2.0.0
Changed in matplotlib (Ubuntu): | |
status: | New → Incomplete |
status: | Incomplete → New |
Changed in matplotlib (Ubuntu): | |
status: | New → Opinion |
status: | Opinion → New |
https:/ /github. com/matplotlib/ matplotlib/ issues/ 8107