where deal it matplotlib interactive plotting:
plt.ion()
drawnow(...)
Same thing on debian Installing python-gi-cairo solved the isssue.
sudo apt install python-gi-cairo
where deal it matplotlib interactive plotting:
plt.ion()
drawnow(...)
Same thing on debian Installing python-gi-cairo solved the isssue.
sudo apt install python-gi-cairo