update figure
authorDan White <dan@whiteaudio.com>
Sun, 16 Mar 2014 05:10:28 +0000 (00:10 -0500)
committerDan White <dan@whiteaudio.com>
Sun, 16 Mar 2014 05:10:28 +0000 (00:10 -0500)
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
python-lib/test-data/chip14/arb0/vios-offset-gm/matplotlibrc

index bbd1cc97930ffaa4cd4ed83bc9a21c67238460ab..aa559a3e6f27a57fe744d9298964be6b1ed99e11 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 2913a2379cee52965667558672e12526db647409..61393ed91c49e366844020509ae16d1c1e5c71eb 100644 (file)
@@ -110,7 +110,9 @@ if 1:
 
     xlim((-2.5, 2.5))
     ylim((-180, 180))
-    ylabel('$I_{out}$ (pA)')
+    ylabel(r'(pA)')
+    text(-0.9, 80,
+         r'I_{out}$')
 
     mpl.rcParams['legend.fontsize'] = 'small'
     legend(title='offset code',
@@ -144,8 +146,11 @@ if 1:
     vlines(0, -1000, 1000, linewidth=0.5, color='0.40')
     ylim((-5, 100))
     #ylabel(r'$g_m = dI_{out}/dV_d$ (pA/V)')
-    ylabel(r'$\partial G_m / \partial V_{id}$ (pA/V)')
+    #ylabel(r'$\partial G_m / \partial V_{id}$ (pA/V)')
+    ylabel(r'(pA/V)')
     #xlabel('$V_d$ (V)')
+    text(-0.9, 80,
+         r'$G_m (V_{id})_{\mathrm{eff}}$')
 
 
     subplot(313)
@@ -189,8 +194,10 @@ if 1:
 
     xlim((-2.5, 2.5))
     ylim((-5, 100))
-    ylabel('$G_m$ (pA/V)')
-    xlabel('$V_{id}$ (V)')
+    ylabel(r'(pA/V)')
+    xlabel(r'$V_{id}$ (V)')
+    text(-0.9, 80,
+         r'$G_m (V_{id})_{\mathrm{eff}}$')
 
 
     #subplot(313)
index c3748dddc5e13e4309d6bc456249b4a1a8af0d68..2f482b7beccd374486323e65d592b5138d37b154 100644 (file)
@@ -104,7 +104,8 @@ timezone     : US/Chicago  # a pytz timezone string, eg US/Central or Europe/Par
 # 12pt is the standard value.
 #
 font.family         : serif
-font.style          : Times New Roman
+#font.style          : Times New Roman
+font.style          : normal
 #font.variant        : normal
 #font.weight         : medium
 #font.stretch        : normal