enhance triggering
This commit is contained in:
@@ -56,7 +56,8 @@ class MPLCanvasErr(FigureCanvas):
|
||||
hl += ax.plot(erry, 'g-',label='y-error')
|
||||
hl += ax.plot(err, 'r-',label='error')
|
||||
|
||||
ax.xaxis.set_label_text('datapoint (timebase: %g ms per data point)'%meta['timebase'])
|
||||
tb=meta['srv_per']*meta['acq_per']
|
||||
ax.xaxis.set_label_text('datapoint (timebase: %g ms per data point)'%tb)
|
||||
ax.yaxis.set_label_text('pos-error um')
|
||||
legend = ax.legend(loc='upper right', shadow=True)
|
||||
ax.plot([.5,.5],[0.01, 0.99],'k',transform=ax.transAxes)
|
||||
|
||||
Reference in New Issue
Block a user