figures/v-dep: Remove UnFill from plot legend addition
[thesis.git] / src / figures / v-dep / v-dep-sd.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,