chiark / gitweb /
curveopt: show it in a better way
[moebius3.git] / visual
diff --git a/visual b/visual
index 52620b84583548fb61f23383f4f615fe4a009ff4..6070953bc4ff38612ae19f14780d1a9fbff4ecaf 100755 (executable)
--- a/visual
+++ b/visual
@@ -54,10 +54,10 @@ ws = range(0, nw+1)
 #c1 = curve( color=color.blue, pos = [ m.midline.point(th) for th in thetas ] )
 
 for v in vs:
-  c2 = curve( color=color.blue, pos = [ m.point(v,w) for w in ws ] )
+  c2 = curve( color=color.green, pos = [ m.point(v,w) for w in ws ] )
 
-#for w in ws:
-#  c3 = curve( color=color.blue, pos = [ m.point(v,w) for v in vs ] )
+for w in ws:
+  c3 = curve( color=color.blue, pos = [ m.point(v,w) for v in vs ] )
 
 
 #for v in vs: