Problems with Color Bar

Juan Matias Mendez matias at TROPOSFERA.ATMOSFCU.UNAM.MX
Mon May 7 13:37:50 EDT 2007


Rafael,

I've used the following link:

http://caos.iisc.ernet.in/gslib/

You can find a lot of GrADS scripts and functions.

Please, go to directory
http://caos.iisc.ernet.in/gslib/colors/index.html

There you can get some color palettes and you create your own.

Or try this:

http://caos.iisc.ernet.in/gslib/rgbset.gs


I hope this helps you.

Best regards from Mexico,

Matias







El lun, 07-05-2007 a las 19:13 +0200, Patrick Reuter escribió:
> So easy,
>
> the "set rgb cn r g b" defines the color number cn with a red part r
> (0-255), green part g (0-255) and a blue part b (0-255).
>
> so define first your red colors, r.g. 31 to 34
>
> "set rgb 31 255 0 0"
> "set rgb 32 200 0 0"
> "set rgb 33 100 0 0"
> "set rgb 34 50 0 0"
>
> and then your blue colors
>
> "set rgb 35 0 0 255"
> "set rgb 36 0 0 200"
> "set rgb 37 0 0 100"
> "set rgb 38 0 0 50"
>
> and then for example
>
> "set clevs -0.00012 -0.00009 -0.00006 -0.00003 0.00003 0.00006 0.00009
> 0.00012"
> "set ccols 31 32 33 34 35 36 37 38"
>
>
> Hope that helps
>
> BTW : Do you have some knowledge in interpretating GFS data, for
> example ? I would have a question also ...
>
>   Patrick
>



More information about the gradsusr mailing list