Hi, I want to use drawnow , but came across the following error, is it because of my matplotlib version?
I install matplotlib on ubuntu 14.04 with sudo apt-get install python-matplotlib.
File "/usr/local/lib/python2.7/dist-packages/drawnow/drawnow.py", line 61, in drawnow else: plt.draw_all() AttributeError: 'module' object has no attribute 'draw_all'