[Thread Prev][Thread Next][Index]

Re: [ferret_users] plot/vs and axes



I am not sure If you want shade to be after plot  command for some reason,  else it should work as below

let xpnts = {20,180}
set var/units=degrees_east xpnts
let ypnts = {-80,80}
set var/units=degrees_north ypnts
set data coads_climatology

shade/l=1  SST    
plot/lines/thick=3/vs /ov xpnts,ypnts

Sudheer

On Tue, Nov 22, 2011 at 7:53 AM, Ryo Furue <furue@xxxxxxxxxx> wrote:
Ferret users,

I'm wondering how to keep a line plotted by a PLOT/VS
command in subsequent overlays:

1. Plot the line using PLOT/VS .
2. "SHADE/OV var" would erase the line.

I notice that the SHADE/OV command doesn't honor the
coordinates set by PLOT/VS .

A complete example is attached.

I don't want the SHADE command to erase the line.
I know a workaround is to SHADE, PLOT/VS, and SHADE,
but if possible, I'd like to avoid the redundant
first SHADE .

Regards,
Ryo
! --- example ------------------------------
let xpnts = {20,180}
set var/units=degrees_east xpnts
let ypnts = {-80,80}
set var/units=degrees_north ypnts

set data coads_climatology

! In the following sequence, the SHADE
! command erases the line.
plot/lines/thick=3/vs xpnts,ypnts
shade/l=1/ov SST     !! --> Erases the lines

! The following sequence plots the line
! over the shading.
shade/l=1 SST
plot/lines/thick=3/vs/ov xpnts,ypnts



--
with best regards

Sudheer

**********************************************************************************
Sudheer Joseph                                                                 
Scientist                                                                                    
INDIAN NATIONAL CENTRE FOR OCEAN INFORMATION SERVICES (INCOIS)
MINISTRY OF EARTH SCIENCES, GOVERNMENT OF INDIA
"OCEAN VALLEY" PRAGATHI NAGAR (BO)
OPP.JNTU, NIZAMPET SO

Andhra Pradesh, India. PIN- 500 090.
TEl:+91-40-23044600(R),Tel:+91-9440832534(Mobile)
Tel:+91-40-23886047(O),Fax:+91-40-23892910(O)
E-mail: sudheer.joseph@xxxxxxxxxsjo@xxxxxxxxxxxxx.
Web- http://oppamthadathil.tripod.com
           --------------* ---------------
"The ultimate measure of a man is
not where he stands in moments of
comfort and convenience, but where
he stands at times of challenge and
controversy."
                        Martin Luther King, Jr.
"What we have done for ourselves alone dies with us.
What we have done for others and the world remains and is immortal."
- Albert Pines

[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce / NOAA / OAR / PMEL / Ferret

Privacy Policy | Disclaimer | Accessibility Statement