Re: [NTG-context] plot data from file: cld
4 Jan
2015
4 Jan
'15
5:43 p.m.
On Jan 4, 2015, at 6:00 AM, ntg-context-request@ntg.nl wrote:
Dear John,
How to make this a polygon?
An example:
Many thanks to you Akira. Reading the file into lua tables is good sense, and thank you for the string manipulations to pass to metafun(). From your teaching I changed this assignment:
t1 = tostring(x[1]) t2 = tostring(y[1]) s = s.."("..t1.."cm,"..t2.."cm)" s = s.." withpen pencircle scaled 1bp;"
to: s = s.."cycle withpen pencircle scaled 1bp;” to close the polygon. With respect, John
3652
Age (days ago)
3652
Last active (days ago)
0 comments
1 participants
participants (1)
-
John Kitzmiller