Path: utzoo!attcan!uunet!jarthur!usc!snorkelwacker!bloom-beacon!athena.mit.edu!jstravis From: jstravis@athena.mit.edu (John S. Travis) Newsgroups: comp.lang.idl-pvwave Subject: POLYFILL, CLIP keyword Message-ID: <1990Jul16.175838.3531@athena.mit.edu> Date: 16 Jul 90 17:58:38 GMT Sender: daemon@athena.mit.edu (Mr Background) Reply-To: jstravis@athena.mit.edu (John S. Travis) Organization: Massachusetts Institute of Technology Lines: 21 Well, I think i've figured out why my program won't work correctly. The CLIP keyword does not seem functional. Does this hold for everyone? A quick way to test is to run these lines: x=[100,200,300] y=[100,300,100] plot,x,y,/DATA polyfill,x,y,color=100,/DATA ;should draw triangle over full plot polyfill,x,y,color=55,CLIP=[100,100,200,300],/DATA ;draw only 1/2 the triangle Now, on 2 different Waves(bought by 2 profs) the last 2 calls draw the same thing. Where as "plot,x,y,CLIP=[100,100,200,300],/DATA" only draws half the lines. CLIP works for plot, but not POLYFILL I want to know if this my problem or everyones. john travis jstravis@athena.mit.edu