From: Dan White Date: Sun, 16 Mar 2014 05:10:28 +0000 (-0500) Subject: update figure X-Git-Tag: cheetah~27 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=2113f513c2d4e0b376913d7e091bb323d44316e8;p=430.git update figure --- diff --git a/python-lib/test-data/chip14/arb0/vios-offset-gm/arb0-chip14-iout-gm-2.pdf b/python-lib/test-data/chip14/arb0/vios-offset-gm/arb0-chip14-iout-gm-2.pdf index bbd1cc9..aa559a3 100644 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 diff --git a/python-lib/test-data/chip14/arb0/vios-offset-gm/arb0-chip14-iout-gm-2.py b/python-lib/test-data/chip14/arb0/vios-offset-gm/arb0-chip14-iout-gm-2.py index 2913a23..61393ed 100644 --- a/python-lib/test-data/chip14/arb0/vios-offset-gm/arb0-chip14-iout-gm-2.py +++ b/python-lib/test-data/chip14/arb0/vios-offset-gm/arb0-chip14-iout-gm-2.py @@ -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) diff --git a/python-lib/test-data/chip14/arb0/vios-offset-gm/matplotlibrc b/python-lib/test-data/chip14/arb0/vios-offset-gm/matplotlibrc index c3748dd..2f482b7 100644 --- a/python-lib/test-data/chip14/arb0/vios-offset-gm/matplotlibrc +++ b/python-lib/test-data/chip14/arb0/vios-offset-gm/matplotlibrc @@ -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