From 1db2acd8d91d952df7afac96529c12354652ef34 Mon Sep 17 00:00:00 2001 From: Dan White Date: Tue, 4 Sep 2012 10:43:03 -0500 Subject: [PATCH] Consistent labels --- python-lib/test-data/chip02/stats.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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') -- 2.25.1