pylab: plot update
Hi, I need to do a plot of data that is beeing acuired. For that the plot needs to be updated after aquiering a new tuple. At the moment I allways do this after a new tuple is aqcuired: plot(ar[0,i-1:i],br[1,i-1:i],'ro') show() #ar is arrays were the new tuple is put in po
soundcard readout on a windows system
Hi, I would like to read out the soundcard with python on a win system. Is there any possibillity to do so? Thanks, Jan -- http://mail.python.org/mailman/listinfo/python-list