comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » IDL5.2 contour,/cell_fill after map_set
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
IDL5.2 contour,/cell_fill after map_set [message #17187] Fri, 24 September 1999 00:00
Ole Bossing Christens is currently offline  Ole Bossing Christens
Messages: 12
Registered: January 1998
Junior Member
Dear helpers,

We have recently upgraded from IDL5.1 to IDL5.2.1 on SGI/IRIX6.3 and
have seen that the contour command seems to be broken when filling
contours after issuing a 'map_set' command. Example:

window,/free
a=dist(20,20)
x=-30.0+5*findgen(20)
y=-30.0+5*findgen(20)
contour,a,x,y
;Here the filled contours fit the contour lines:
contour,/overp,a,x,y,/cell_fill
window,/free
map_set,0,0,limit=[-30,-30,70,70],/cylin
contour,/overp,a,x,y
;Now the filled contours fill out a tiny speck in the middle, though the
;contour lines are OK
contour,/overp,a,x,y,/cell_fill
window,/free
map_set,0,0,limit=[-30,-30,70,70],/cylin
contour,/overp,a,x,y
;Now the filled contours have completely disappeared:
contour,/overp,a,x,y,/fill
end

Help!! Do you have the same problem? Or do you have a solution?

Greetings, Ole BC


Sent via Deja.com http://www.deja.com/
Before you buy.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: C to IDL?
Next Topic: rician distribution

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 17:40:21 PDT 2025

Total time taken to generate the page: 0.00474 seconds