Remove silly tex/ directory.
[thesis.git] / src / figures / cantilever-data / loading-rate.asy
1 import wtk_graph;
2
3 size(15cm,10cm,IgnoreAspect);
4
5 scale(Log, Linear);
6 real xscale=1;
7 real yscale=1;
8
9 graphFile("loading-rate.d/loading_rate_131.98.dat", xscale, yscale, phard, m8,
10           t=math(units("131.98","pN/nm")), dots=true);
11 graphFile("loading-rate.d/loading_rate_24.33.dat", xscale, yscale, red, m8,
12           t=math(units("24.33","pN/nm")), dots=true);
13
14 xlimits(1,3e3);
15 ylimits(90,620);
16
17 label(sLabel("Loading rate dependence"), point(N),N);
18 xaxis(sLabel("Loading rate (pN/s)"),BottomTop,LeftTicks);
19 yaxis(sLabel("Unfolding force (pN)"),LeftRight,RightTicks);
20
21 add(legend(),point(E),20E,UnFill);