ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* image command in Metapost
@ 2005-12-27  6:57 David Arnold
  2005-12-27  8:19 ` Taco Hoekwater
  0 siblings, 1 reply; 3+ messages in thread
From: David Arnold @ 2005-12-27  6:57 UTC (permalink / raw)


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?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-12-27  8:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-27  6:57 image command in Metapost David Arnold
2005-12-27  8:19 ` Taco Hoekwater
2005-12-27  8:25   ` David Arnold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).