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

Home » Public Forums » archive » Re: Overplot contour on previously stablished coordinates
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: Overplot contour on previously stablished coordinates [message #83414 is a reply to message #83413] Fri, 01 March 2013 12:15 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
David Fanning writes:

> OK, well, a couple of things. You are contaminating your color table
> because you are working in indexed color. You see this by the white line
> in your color bar.

The color table contamination is occurring because you are calling your
cgPlot command incorrectly. You specify the AXISCOLOR keyword like this:

AXISCOLOR=cgColor('white')

And you should be doing it like this:

AXISCOLOR='white'

The difference is that the way you are doing it, cgColor is forced to
load the white color somewhere in the color table (because you are using
indexed color), but if you allow cgPlot to load the color it will do it
using decomposed color and never have to load a color in the color
table.

Cheers,

David





--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Undocumented functions in IDL
Next Topic: JD Smith Missing

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

Current Time: Fri Oct 10 14:08:09 PDT 2025

Total time taken to generate the page: 0.64032 seconds