Created
January 23, 2014 08:41
-
-
Save shurru/8575090 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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