Hi there,
You don't need to create a window, since the window procedure is a direct graphics procedure and does not work together with the new graphics functions, which are object graphics.
To create a contour you just need to invoke that contour function, for example, these two lines will work:
index = [30,60,90,120,150,220,255]
c = CONTOUR(dist(300), /FILL, ASPECT_RATIO=1, RGB_TABLE=39, RGB_INDICES=index, C_VALUE=index)
Was this helpful? Please, let me know.
Cheers,
Fernando
Exelis VIS
|