Idris Samawi Hamid wrote:
On Thu, 29 Jun 2006 23:42:16 -0600, Aditya Mahajan
wrote: draw ((2,6) -- (2,5)) scaled 1cm withcolor .625red ;
you can use
drawoptions(scaled 1cm withcolor .625red) ;
draw(...) ; draw(...) ; draw(...) ;
"drawoptions(scaled 1cm withcolor .625red)"
does not apply the
"scaled 1cm"
part. Is there another macro that handles the global scaling?
no, at the end say: currentpicture := currentpicture scaled 1.2 ; ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------