Shrink expt-sawtooth.asy to a more reasonable size.
authorW. Trevor King <wking@tremily.us>
Thu, 28 Jun 2012 18:46:57 +0000 (14:46 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 28 Jun 2012 18:46:57 +0000 (14:46 -0400)
Also make the x-axis label more explicit ("Distance" was too vague).

src/apparatus/procedure.tex
src/figures/expt-sawtooth/expt-sawtooth.asy

index a1c5be4b694f8005bf9cd6e74cf9db0f7c4aeecf..dbfb99e736a0a129b663dba7db1ebeae81279e61 100644 (file)
@@ -35,7 +35,7 @@ multi-domain test proteins.
   \begin{center}
   \subfloat[][]{\asyinclude{figures/schematic/unfolding}%
     \label{fig:unfolding-schematic}}
-  \hspace{.25in}%
+  \hspace{.25in}%
   \subfloat[][]{\asyinclude{figures/expt-sawtooth/expt-sawtooth}%
     \label{fig:expt-sawtooth}}
   % Possibly use carrion-vazquez00 figure 2 to show scale of afm tip
index 3581510c2ad83e058b428db6084c034d38c1c9f1..42450d059bf59e24da11d10f871d73b4571c2ba8 100644 (file)
@@ -1,6 +1,6 @@
 import wtk_graph;
 
-size(15cm,10cm,IgnoreAspect);
+size(6cm,4cm,IgnoreAspect);
 
 scale(Linear, Linear);
 real k = infinity; /* spring constant in N/m, already accounted for (0.05) */
@@ -66,6 +66,6 @@ for (i=0; i<Ls.length; ++i) {
 xlimits(xmin*xscale, xmax*xscale, crop=true);
 ylimits(fmin*fscale, fmax*fscale, crop=true);
 
-xaxis(sLabel("Distance (nm)"), BottomTop, LeftTicks);
+xaxis(sLabel("Distance (nm) ($x_t-x_c$)"), BottomTop, LeftTicks);
 yaxis(sLabel("Force (pN)"), LeftRight, RightTicks);
 label(sLabel("Poly-ubiquitin force curve"), point(N), N);