More problem cleanups (mostly labeling).
[course.git] / latex / problems / Young_and_Freedman_12 / problem21.86.tex
index fe08ee096a29d53b88d78b2dad4384888c8e9def..6f16ccd1de40fd7267abbccd6378d9cdd593379c 100644 (file)
@@ -29,7 +29,8 @@ Wire bottom_plate = Wire((0,-.5*dy)*u, (L,-.5*dy)*u);
 
 Vector E;
 for (int i=0; i<n; i+=1) { 
-  E = EField((L*(i+.5)/n, -.35*dy)*u, mag=.7*dy*u, dir=90, L="$E$");
+  E = EField((L*(i+.5)/n, -.35*dy)*u, mag=.7*dy*u, dir=90,
+      L=Label("$E$", position=BeginPoint, align=NE));
   E.draw();
 }