wip
This commit is contained in:
@@ -323,7 +323,7 @@ class DebugPlot:
|
||||
if mode&8:
|
||||
self.plot_trigger_jitter()
|
||||
|
||||
plt.show()
|
||||
plt.show(block=False)
|
||||
|
||||
def plot_bode(self,xy=(0,1),mode=25,db=True):
|
||||
'''displays a bode plot of the data
|
||||
@@ -872,6 +872,10 @@ if __name__=='__main__':
|
||||
sp.gather_upload(fnRec=fn+'.npz')
|
||||
dp=DebugPlot(sp);dp.plot_gather(mode=11)
|
||||
|
||||
print('done')
|
||||
plt.show(block=False)
|
||||
raw_input('press return')
|
||||
|
||||
|
||||
#sp.plot_points(sp.points);plt.show()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user