Add a PyMOL builder to SCons and generalize PYMOL_PATH setup.
[thesis.git] / tex / src / figures / sim-hist / sim-hist.asy
1 import wtk_graph;
2
3
4 size(15cm, 10cm, IgnoreAspect);
5
6 scale(Linear, Log);
7 real fscale=1e12;
8
9 pen p = psoft;
10
11 histFile("hist.hist", bin_scale=fscale, fillpen=(p+opacity(0.3)), drawpen=p);
12
13 //set xrange [100:400]
14 //#set yrange [0.0001:1]
15 //xlimits(pic, xmin, xmax);
16 //ylimits(pic, ymin, ymax);
17 xaxis(sLabel("Force (pN)"), BottomTop, LeftTicks, above=true);
18 yaxis(sLabel("Frequency"), LeftRight, RightTicks, above=true);