Thanks for reporting, the fix suggested is correct: in Display.py change the line: from numpy import zeros to from numpy import zeros, sin, cos, arange
I have added this to the next upload.
Thanks for reporting, the fix suggested is correct: in Display.py change the line:
from numpy import zeros
to
from numpy import zeros, sin, cos, arange
I have added this to the next upload.