def plot_NoteAndSens(): # Plot time series of note (volume) and sensors of specific file # TODO: save it to the folder # files = next(os.walk(directory))[1] # for f in files: f = 'two_scales_1' A = Analyze(filename=f) A.plotKeyAndGlove('basic', savename=f)
def plotRun(self): dataplotting = Analyze(self.directory, self.filename) dataplotting.plotKeyAndGlove('basic') dataplotting.plot_sampling_frequency()