nLabs-nScope/nScopeAPI

soundVisualizer.py - name 'fig' is not defined

mikewarot opened this issue · 1 comments

Here's the error message from WinPython when I try to run the sound visualizer example.

Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
==== No Subprocess ====

Traceback (most recent call last):
File "C:\nScopeAPI\python\examples\soundVisualizer.py", line 29, in
ani = animation.FuncAnimation(fig, update, interval=16)
NameError: name 'fig' is not defined

Thanks, fixed in d9309d8