Re: A question on contour labeling [message #37184] |
Wed, 03 December 2003 06:36 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Ben Tupper writes:
>> Is there I way to specify the distance between contour labeling? I need to
>> use different settings as the IDL default distance sometimes writes the
>> contour labeling at the same horizontal making the labels hardly legible.
>>
>
> You might want to check out the following from David Fanning.
>
> http://www.dfanning.com/tips/nlevels.html
>
> In that article, David describes how to explicitly set the contour
> levels. You also have a choice as to which levels are labeled with the
> C_LEVELS keyword.
I think this is a different question, though.
I don't think there is any way to access the
algorithm IDL uses for contour spacing.
Usually the best you can do is make the
window larger or smaller.
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
Re: A question on contour labeling [message #37185 is a reply to message #37184] |
Wed, 03 December 2003 05:59  |
btt
Messages: 345 Registered: December 2000
|
Senior Member |
|
|
war wrote:
>
> Is there I way to specify the distance between contour labeling? I need to
> use different settings as the IDL default distance sometimes writes the
> contour labeling at the same horizontal making the labels hardly legible.
>
Hello,
You might want to check out the following from David Fanning.
http://www.dfanning.com/tips/nlevels.html
In that article, David describes how to explicitly set the contour
levels. You also have a choice as to which levels are labeled with the
C_LEVELS keyword.
Ben
|
|
|