tweak figure label size
authorDan White <dan@whiteaudio.com>
Thu, 31 Jul 2014 03:27:07 +0000 (22:27 -0500)
committerDan White <dan@whiteaudio.com>
Thu, 31 Jul 2014 03:27:07 +0000 (22:27 -0500)
python-lib/test-data/caldac-hist.pdf
python-lib/test-data/caldac.py

index e65396075e43b7d85bba126789af81f1d238f6c0..2d692981a46e8461d8d10d0ace5b9365e8d85dc3 100644 (file)
Binary files a/python-lib/test-data/caldac-hist.pdf and b/python-lib/test-data/caldac-hist.pdf differ
index e367a350a28d86b8a11ef60a7d7a787a50a4927f..f44ca71450e89a51390fc8759498787af9df3e15 100644 (file)
@@ -36,11 +36,12 @@ for i in range(1, 5):
          transform=ax.transAxes)
 
 ax = subplot(4, 1, 4)
-xlabel('Offset tuning DAC code')
+xlabel('Offset tuning DAC code', fontsize='large')
 ax.set_xticklabels(ax.get_xticks())
 
 fig.text(0.02, 0.52,
          'Relative bin counts',
+         fontsize='large',
          rotation=90,
          va='center')