Skip to content

Instantly share code, notes, and snippets.

@shurru
Created January 23, 2014 08:41
Show Gist options
  • Save shurru/8575090 to your computer and use it in GitHub Desktop.
Save shurru/8575090 to your computer and use it in GitHub Desktop.
def plotSomething():
if epoc.newRecord == False or epoc.fftcheck == True or epoc.plot_check == False or epoc.stop==True:
return
xs = numpy.arange(0, 511)
c.setData(xs, epoc.ys)
uiplot.qwtPlot.replot()
update= epoc.ys[508]
up2= numpy.int32(update)
xivelytry.updata(up2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment