figures/v-dep: Remove UnFill from plot legend addition master v1.0
authorW. Trevor King <wking@tremily.us>
Fri, 28 Jun 2013 17:07:33 +0000 (13:07 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 28 Jun 2013 17:07:33 +0000 (13:07 -0400)
It was blanking the plots.

src/figures/v-dep/v-dep-sd.asy
src/figures/v-dep/v-dep.asy

index 5de276efb7150e2e8be765da323a885d920b58c5..d62ad40dc94f9016f3e3ed5d20c25afa7bcdb4c6 100644 (file)
@@ -39,7 +39,7 @@ xequals(pic, x=1e-6*xscale, p=dashed);
 
 xaxis(pic, sLabel("Pulling speed (nm/s)"), BottomTop, LeftTicks);
 yaxis(pic, sLabel("Unfolding force (pN)"), LeftRight, RightTicks);
-add(pic, legend(pic), point(pic, E), 20E, UnFill);
+add(pic, legend(pic), point(pic, E), 20E);
 
 picture hist_picture(string datafile,
                      real xmin=-infinity, real xmax=infinity,
index a91fc1dbb557ba5e3e5d43d712365aa1765cf4df..9170da2945286ea34e7732c243346ca2b2ad6290 100644 (file)
@@ -35,4 +35,4 @@ label(sLabel("Pulling speed dependence"), point(N), N);
 xaxis(sLabel("Pulling speed (nm/s)"), BottomTop, LeftTicks);
 yaxis(sLabel("Unfolding force (pN)"), LeftRight, RightTicks);
 
-add(legend(), point(E), 20E, UnFill);
+add(legend(), point(E), 20E);