mpl 1.3.1 does not recognize fontsize in **kwparams
authorDan White <dan@whiteaudio.com>
Thu, 13 Feb 2014 10:45:38 +0000 (04:45 -0600)
committerDan White <dan@whiteaudio.com>
Thu, 13 Feb 2014 10:45:38 +0000 (04:45 -0600)
python-lib/test-data/chip14/arb0/vios-offset-gm/arb0-chip14-iout-gm-2.pdf
python-lib/test-data/chip14/arb0/vios-offset-gm/arb0-chip14-iout-gm-2.py

index 5d0397d2362d6f1124e438708f9db2f6d43e5d03..f45eeb4143b24aeb720bc382066315f230f80c53 100644 (file)
Binary files a/python-lib/test-data/chip14/arb0/vios-offset-gm/arb0-chip14-iout-gm-2.pdf and b/python-lib/test-data/chip14/arb0/vios-offset-gm/arb0-chip14-iout-gm-2.pdf differ
index 682a8cb5a1b60a41ddd35cfdd37a0329355ba12e..97b1aa1d6843538794655b2b88a1bfe27703c8c6 100644 (file)
@@ -84,7 +84,7 @@ if 0:
 
 
 if 1:
-    figure(figsize=(5.0, 6.0))
+    figure(figsize=(5.0, 6.5))
     subplots_adjust(top=0.98, bottom=0.08, left=0.14, right=0.98)
 
 
@@ -112,10 +112,10 @@ if 1:
     ylim((-180, 180))
     ylabel('$I_{out}$ (pA)')
 
+    mpl.rcParams['legend.fontsize'] = 'small'
     legend(title='offset code',
            loc='lower right',
            ncol=3,
-           fontsize='small',
            handletextpad=0.2,
            labelspacing=0.2,
            columnspacing=1.0)