[NTG-context] how to remove unwanted coordinate numbers(metafun)

2011-02-11 Thread Jeong Dalyoung
Dear all. I try to draw a circle with points on it as following: path p; p:= fullcircle scaled 5cm; draw p; pickup pencircle scaled 2mm; k:=1; for i = 2.2,3,3.5,4.5,5,7,0,.7,1.3: drawpoint point i of p; label.lft(decimal k, point i of p); k:= k+1; endfor; It draws a

Re: [NTG-context] how to remove unwanted coordinate numbers(metafun)

2011-02-11 Thread Hans Hagen
On 11-2-2011 3:26, Jeong Dalyoung wrote: Dear all. I try to draw a circle with points on it as following: path p; p:= fullcircle scaled 5cm; draw p; pickup pencircle scaled 2mm; k:=1; for i = 2.2,3,3.5,4.5,5,7,0,.7,1.3: drawpoint point i of p; label.lft(decimal k, point i of