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?
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to