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

Home » Public Forums » archive » Re: cyclic colour tables?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: cyclic colour tables? [message #32265 is a reply to message #32169] Mon, 23 September 2002 09:23 Go to previous messageGo to previous message
James Kuyper is currently offline  James Kuyper
Messages: 425
Registered: March 2000
Senior Member
M wrote:
>
> Cheers David,
> This may be a bit of a daft question, but how do i get around the limit of
> 60 elements in the LEVELS keyword for contour? I assume if i could set this
> high enough (ie a lot greater than 60) then i would have the resolution i
> need and the colours would cycle automatically (through C_COLORS right?),
> but it won't let me go above 60... :-(

Are you sure that contours are the right approach? Much more than 60
different contours is going to be very hard to follow by eye. If you
want to use that many different discrete levels, you might be better off
converting your raw data into discrete integer levels:

discrete_date = FIX( (continuos_data+offset)/bin_size )

and just displaying it directly, rather than trying to draw the lines
seperating the levels. If your array is too small to make decent 'tv'
output, you might want to rebin it (before discretizing it, not after).
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: User Forum now available on RSI site
Next Topic: Gzip / compression handling?

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

Current Time: Sun Oct 12 04:24:30 PDT 2025

Total time taken to generate the page: 1.68195 seconds