[gradsusr] Standard color bar for multiple plots

Muhammad Rahiz muhammad.rahiz at ouce.ox.ac.uk
Tue Dec 14 04:17:12 EST 2010


Hi Saiguran,

If you set
  'set ccols 0 16 17 18 19 20 21 22 23 24 25 26'
you need to define the cols as follows;
  'set rgb 16
  'set rgb 17
  'set rgb 18
  'set rgb 19
  'set rgb 20
  'set rgb 21
  'set rgb 22
  'set rgb 23
  'set rgb 24
  'set rgb 25
  'set rgb 26

You have set the rgb like so;

'set rgb 88 1 115 103'
'set rgb 89 0 113 101'
'set rgb 90 0 111 99'
'set rgb 91 0 109 97'

but they have not been defined in your original set ccols

'set ccols 0 16 17 18 19 20 21 22 23 24 25 26'

It should be something like

'set ccols 88 89 90 91 ....'

--
Muhammad Rahiz
Researcher & DPhil Candidate (Climate Systems & Policy)
School of Geography & the Environment
University of Oxford

On Tue, 14 Dec 2010, saiguran loisulie wrote:

> My script is attached
> 
> Saiguran Loisulie
> Climate Systems Analysis Group
> Environmental and Geographical Science Department
> University of Cape Town
> Private Bag X3
> Rondebosch
> 7701
> SOUTH AFRICA
> 
> CELL 0748 068 230
> 
> --- On Mon, 12/13/10, Muhammad Rahiz <muhammad.rahiz at ouce.ox.ac.uk> wrote:
>
>       From: Muhammad Rahiz <muhammad.rahiz at ouce.ox.ac.uk>
>       Subject: Re: [gradsusr] Standard color bar for multiple plots
>       To: "saiguranloi at yahoo.com" <saiguranloi at yahoo.com>
>       Cc: "gradsusr at gradsusr.org" <gradsusr at gradsusr.org>
>       Date: Monday, December 13, 2010, 7:17 AM
>
>       Can you attach your script?
>
>       --
>       Muhammad Rahiz
>       Researcher & DPhil Candidate (Climate Systems & Policy)
>       School of Geography & the Environment
>       University of Oxford
>
>       On Mon, 13 Dec 2010, saiguranloi at yahoo.com wrote:
>
>       > I am plotting seasonal climatologies of air temperature and I
>       need a standard color bar for all the four plots.
>       > My contours range from 288 K to 310 K.
>       > I tried to set the rgb, clevs and ccols but it is not making
>       any difference from the default!
>       > Please help!
>       > Sent from my BlackBerry® smartphone from Zain Tanzania
>       >
>       > _______________________________________________
>       > gradsusr mailing list
>       > gradsusr at gradsusr.org
>       > http://gradsusr.org/mailman/listinfo/gradsusr
>       >
> 
> 
> 
>


More information about the gradsusr mailing list