Add a PyMOL builder to SCons and generalize PYMOL_PATH setup.
[thesis.git] / src / figures / cantilever-sim / loading-rate.asy
1 import wtk_graph;
2
3 size(15cm,10cm,IgnoreAspect);
4
5 scale(Log, Linear);
6 real xscale=1e12;
7 real yscale=1e12;
8
9 graphFile(file="loading-rate.d/loading_rate_dep_127_8",
10           xscale=xscale, yscale=yscale, p=phard, mpath=mdot,
11           t=math(units("127","pN/nm")), dots=true);
12 graphFile(file="loading-rate.d/loading_rate_dep_27_8",
13           xscale=xscale, yscale=yscale, p=red, mpath=mdot,
14           t=math(units("27","pN/nm")), dots=true);
15
16 xlimits(20,7e5);
17 ylimits(40,400);
18
19 label(sLabel("Loading rate dependence (8 domains)"), point(N),N);
20 xaxis(sLabel("Loading rate (pN/s)"),BottomTop,LeftTicks);
21 yaxis(sLabel("Unfolding force (pN)"),LeftRight,RightTicks);
22
23 add(legend(),point(E),20E,UnFill);