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

Home » Public Forums » archive » Re: Am I using FSC_colorbar correctly?
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: Am I using FSC_colorbar correctly? [message #73485 is a reply to message #73484] Thu, 11 November 2010 08:43 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Ryan. writes:

> colorbardetails = create_struct( $
> 'vertical', 1, $
> 'right', 1, $
> 'bottom', 0, $
> 'ncolors', 250, $
> 'color', BLACK, $
> 'range', [tmin, tmax] $
> )

I would specify this structure like this:

colorbardetails = create_struct( $
'vertical', 1, $
'right', 1, $
'bottom', 0, $
'ncolors', 250, $
'annotatecolor', "black", $
'range', [tmin, tmax] $
)

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Another issue with the garbage collector?
Next Topic: IDLDoc Question

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

Current Time: Sat Oct 11 00:21:59 PDT 2025

Total time taken to generate the page: 0.88015 seconds