27 Dec
2005
27 Dec
'05
6:57 a.m.
All, In: def hlingrid (expr Min, Max, Step, Length, Width) text t = image ( for i=Min step Step until Max+grid_eps : draw (origin--(Width,0)) shifted (0,i*(Length/Max)) t ; endfor ; ) ; enddef ; What does the image command do? Where is it documented?
8:25 a.m.
Perfect. Thanks. :-) On Dec 27, 2005, at 12:19 AM, Taco Hoekwater wrote:
David Arnold wrote:
What does the image command do? Where is it documented?
It executes a set of commands and creates an expression of type "picture" from them. It is defined in the plain macros.
Cheers, Taco
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
6935
Age (days ago)
6935
Last active (days ago)
2 comments
2 participants
participants (2)
-
David Arnold
-
Taco Hoekwater