Re: Removing plot border from sterographic maps [message #2602] |
Fri, 12 August 1994 09:53  |
andy
Messages: 31 Registered: November 1993
|
Member |
|
|
In article <CuF1MK.Ju6@festival.ed.ac.uk>, esc@met.ed.ac.uk (HK Phooey) writes:
> I'm trying to remove the square border that
> surrounds any polar stereographic plot
> I do. I think the way to do it is to make the
> border colour the same as the background
> but I'm not sure how to do this.
>
> Any help greatly appreciated.
>
> Ewan
>
>
The following line worked for me using IDL 3.6.1a
map_set, 90, 0, /stereo, /cont, /grid, /noborder
--
,__o Andrew F. Loughe (Mail Code 971) phone: (301) 286-5899
-\_<, NASA Goddard Space Flight Center fax : (301) 286-0240
(*)/'(*) Greenbelt, MD 20771 email: andy.loughe@gsfc.nasa.gov
|
|
|
Re: Removing plot border from sterographic maps [message #2606 is a reply to message #2602] |
Fri, 12 August 1994 09:54  |
bowman
Messages: 121 Registered: September 1991
|
Senior Member |
|
|
In article <CuF1MK.Ju6@festival.ed.ac.uk>, esc@met.ed.ac.uk (HK Phooey) wrote:
> I'm trying to remove the square border that
> surrounds any polar stereographic plot
> I do. I think the way to do it is to make the
> border colour the same as the background
> but I'm not sure how to do this.
Try the /NOBORDER keyword to MAPSET.
Ken Bowman
--
Dr. Kenneth P. Bowman 409-862-4060
Associate Professor 409-862-4132 fax
Climate System Research Program bowman@csrp.tamu.edu
Department of Meteorology PP-Glider
Texas A&M University
College Station, TX 77843-3150
|
|
|