Add a PyMOL builder to SCons and generalize PYMOL_PATH setup.
[thesis.git] / src / figures / fit-space / fit-valley.asy
1 import wtk_graph;
2
3 size(15cm,10cm,IgnoreAspect);
4
5 scale(Log, Linear, Log);
6 real xscale=1;
7 real yscale=1e9;
8
9 graphMatrixFile("data", xscale=xscale, yscale=yscale,
10                 x_label="$k_{uo}$ (s$^{-1}$)", y_label="$x_u$ (nm)",
11                 palette_label="$D_\text{JS}$");
12
13 label(sLabel("Fit quality"), point(N),N);