Consistent labels
authorDan White <dan@whiteaudio.com>
Tue, 4 Sep 2012 15:43:03 +0000 (10:43 -0500)
committerDan White <dan@whiteaudio.com>
Tue, 4 Sep 2012 15:43:03 +0000 (10:43 -0500)
python-lib/test-data/chip02/stats.py

index 89487e2b38ef3aee8a5a793eb6b3ff0e26c853b0..b826a03ee0fb78c00237481d25f3031f725ac9c5 100644 (file)
@@ -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')