Error when running ICONTOUR [message #37350] |
Tue, 09 December 2003 08:26 |
Andry William Ratsima[1]
Messages: 5 Registered: December 2003
|
Junior Member |
|
|
Dear all,
I have two questions for which I would appreciate any inputs:
1. I am learning how to use the new ICONTOUR for IDL. This is what I
do:
IDL> z= SHIFT(DIST(40),20, 20) & z= EXP( -(z/10)^2)
IDL> ICONTOUR, z
Before getting the figure, I get the following error in a pop-up
window:
A system erro was detected during tool creation
The value of this error was:
UNIQ: ARRAY must be an array.
This error comes out every time I check the property or click on
the figure.
Has anyone gotten this error? I would appreciate any suggestion
on how to correct the problem.
2. I see that with ICONTOUR, one can control the C_LABEL_INTERVAL.
Is it possible to do the same thing but with the "direct graph"
not the "object" oriented one?
Thanks in advance for your help,
Andry
|
|
|