From: Dan White Date: Tue, 4 Sep 2012 15:43:03 +0000 (-0500) Subject: Consistent labels X-Git-Tag: calibrations~2 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=1db2acd8d91d952df7afac96529c12354652ef34;p=430.git Consistent labels --- diff --git a/python-lib/test-data/chip02/stats.py b/python-lib/test-data/chip02/stats.py index 89487e2..b826a03 100644 --- a/python-lib/test-data/chip02/stats.py +++ b/python-lib/test-data/chip02/stats.py @@ -65,9 +65,10 @@ for i,k in enumerate(sample_channels): dm = 50 hist(data, bins=100, range=(-dm, dm), align='left') xlim((-dm, dm)) + ylim((0, 50)) subplot(N_PLOTS, N_COLS, 1) -title('calibration value') +title('Offset DAC value') subplot(N_PLOTS, N_COLS, (N_PLOTS-1)*N_COLS+1) xlabel('Iteration step') @@ -77,7 +78,7 @@ subplot(N_PLOTS, N_COLS, (N_PLOTS-1)*N_COLS+2) xlabel('Iteration step') subplot(N_PLOTS, N_COLS, 3) -title('Cal histogram') +title('Offset DAC histogram') subplot(N_PLOTS, N_COLS, (N_PLOTS-1)*N_COLS+3) xlabel('OTA tuning DAC')