|
Hi- By scale, are you talking about the set of values that translate into the color-scale? You can use the /LEVELS qualifier to define the levels that you want to use. Open-ended levels are useful so that extreme values don't appear as if they're missing data as they would if they went outside the range of closed-ended levels. Also note the use of "KEYMARK" which labels the ends of your color bar with the actual range of the data. If you've let Ferret create levels automatically, you can see what levels were used on a plot by looking at the symbols LEV* after the plot is drawn yes? use coads_climatology(Try it without the /LEV=v too.) Then you could use this information to set the color levels on other plots. Maybe adjusting the levels a bit to be appropriate for the whole range of the data. yes? define symbol my_levels = (-inf)(990,1000,2)(1000,1020,1)(1020,1030,2)(inf)Or, if you have created a plot whose color scale you like, then for subsequent plots you can use /LEVELS alone and Ferret will re-use the same colors. yes? shade/L=1 slpThere's more to all this, but see if this gets you started. Ansley On 8/25/2011 1:36 PM, Broadbent, Richard J. wrote:
|