following results:
\begin{figure}
- \asyfig{figures/cantilever-data/v_dep}
- \caption{Unfolding force velocity dependence for different cantilevers.}
+ \asyfig{figures/cantilever-data/v-dep}
+ \caption{Unfolding force velocity dependence for different cantilevers.\label{fig:v-dep:cant}}
\end{figure}
\begin{figure}
\asyfig{figures/cantilever-data/loading-rate-sim}
+ \caption{Unfolding force loading rate dependence simulations for
+ different cantilevers.}
+\end{figure}
+
+\begin{figure}
+ \asyfig{figures/cantilever-data/i-dep}
+ \caption{Unfolding force peak index dependence simulations for
+ different cantilevers.}
\end{figure}
-%\begin{figure}
-%\begin{asy}
-%size(6cm,4cm,IgnoreAspect);
-%scale(Linear, Linear);
-%real xscale=1;
-%real yscale=1e12;
-%
-%graphFile("cantilever/i_dep_127_8_1e-6", xscale, yscale, phard, m8, t=units("127","pN/nm")+", 8 domains");
-%graphFile("cantilever/i_dep_27_8_1e-6", xscale, yscale, pmed, m8, t=units("27","pN/nm")+", 8 domains");
-%graphFile("cantilever/i_dep_127_30_1e-6", xscale, yscale, phard, m30, t=units("127","pN/nm")+", 30 domains");
-%graphFile("cantilever/i_dep_27_30_1e-6", xscale, yscale, pmed, m30, t=units("27","pN/nm")+", 30 domains");
-%graphFile("cantilever/i_dep_0.1_1_1e-6", xscale, yscale, psoft, m1, t=units("0.1","pN/nm")+", 1 domain");
-%graphFile("cantilever/i_dep_0.1_30_1e-6", xscale, yscale, psoft, m30, t=units("0.1","pN/nm")+", 30 domains");
-%
-%//xlimits(1,10);
-%ylimits(140,320);
-%
-%label(sLabel("Peak index dependence ("+units("1.0","$\mu$m/s")+")"), point(N),N);
-%xaxis(sLabel("Peak index"),BottomTop,LeftTicks);
-%yaxis(sLabel("Unfolding force (pN)"),LeftRight,RightTicks);
-%
-%add(legend(),point(E),20E,UnFill);
-%\end{asy}
-%\end{figure}
-%
%\begin{figure}
%\begin{asy}
%size(6cm,4cm,IgnoreAspect);
all : loading-rate_.tex sim-loading-rate_.tex v_dep_.tex
clean :
- rm -f loading-rate{_,-}* sim-loading-rate{_,-}* v_dep{_,-}*
+ rm -f loading-rate{_,-}* sim-loading-rate{_,-}* v-dep{_,-}*
%_.tex : %.asy
$(ASYPROCESS) $(patsubst %.asy, %, $<)
--- /dev/null
+import wtk_graph;
+
+size(15cm,10cm,IgnoreAspect);
+scale(Linear, Linear);
+real xscale=1;
+real yscale=1e12;
+
+graphFile("i-dep.d/i_dep_127_8_1e-6", xscale, yscale, phard, m8, t=units("127","pN/nm")+", 8 domains");
+graphFile("i-dep.d/i_dep_27_8_1e-6", xscale, yscale, pmed, m8, t=units("27","pN/nm")+", 8 domains");
+graphFile("i-dep.d/i_dep_127_30_1e-6", xscale, yscale, phard, m30, t=units("127","pN/nm")+", 30 domains");
+graphFile("i-dep.d/i_dep_27_30_1e-6", xscale, yscale, pmed, m30, t=units("27","pN/nm")+", 30 domains");
+graphFile("i-dep.d/i_dep_0.1_1_1e-6", xscale, yscale, psoft, m1, t=units("0.1","pN/nm")+", 1 domain");
+graphFile("i-dep.d/i_dep_0.1_30_1e-6", xscale, yscale, psoft, m30, t=units("0.1","pN/nm")+", 30 domains");
+
+//xlimits(1,10);
+ylimits(140,320);
+
+label(sLabel("Peak index dependence ("+units("1.0","$\mu$m/s")+")"), point(N),N);
+xaxis(sLabel("Peak index"),BottomTop,LeftTicks);
+yaxis(sLabel("Unfolding force (pN)"),LeftRight,RightTicks);
+
+add(legend(),point(E),20E,UnFill);
scale(Log, Linear);
real xscale=1e6;
real yscale=1e12;
-graphFile("v_dep.d/v_dep_127_8", xscale, yscale, p=phard, mpath=m8, t=units("127","pN/nm")+", 8 domains");
-graphFile("v_dep.d/v_dep_27_8", xscale, yscale, p=pmed, mpath=m8, t=units("27","pN/nm")+", 8 domains");
-graphFile("v_dep.d/v_dep_127_30", xscale, yscale, p=phard, mpath=m30, t=units("127","pN/nm")+", 30 domains");
-graphFile("v_dep.d/v_dep_27_30", xscale, yscale, p=pmed, mpath=m30, t=units("27","pN/nm")+", 30 domains");
-graphFile("v_dep.d/v_dep_0.1_1", xscale, yscale, p=psoft, mpath=m1, t=units("0.1","pN/nm")+", 1 domain");
-graphFile("v_dep.d/v_dep_0.1_30", xscale, yscale, p=psoft, mpath=m30, t=units("0.1","pN/nm")+", 30 domains");
+graphFile("v-dep.d/v_dep_127_8", xscale, yscale, p=phard, mpath=m8, t=units("127","pN/nm")+", 8 domains");
+graphFile("v-dep.d/v_dep_27_8", xscale, yscale, p=pmed, mpath=m8, t=units("27","pN/nm")+", 8 domains");
+graphFile("v-dep.d/v_dep_127_30", xscale, yscale, p=phard, mpath=m30, t=units("127","pN/nm")+", 30 domains");
+graphFile("v-dep.d/v_dep_27_30", xscale, yscale, p=pmed, mpath=m30, t=units("27","pN/nm")+", 30 domains");
+graphFile("v-dep.d/v_dep_0.1_1", xscale, yscale, p=psoft, mpath=m1, t=units("0.1","pN/nm")+", 1 domain");
+graphFile("v-dep.d/v_dep_0.1_30", xscale, yscale, p=psoft, mpath=m30, t=units("0.1","pN/nm")+", 30 domains");
//xlimits(1,10);
ylimits(150,340);