Re: About specific country

From: David Brown <dbrown_at_nyahnyahspammersnyahnyah>
Date: Wed, 28 Nov 2007 11:33:50 -0700

Louis,

Try this:

  res_at_mpOutlineBoundarySets = "NoBoundaries" ; turn off all
boundary sets
  res_at_mpOutlineSpecifiers = (/ "cameroon" /)

  -dave

On Nov 28, 2007, at 11:09 AM, louis Vonder wrote:

> Dear Ncl users,
>
> I apologize is ths question is already asked.
> In the following script I want to draw only the map of Cameroon.
>
> There is a way to do it?
>
> Best regards
>
> ;================================================;
> ; maponly_2.ncl
> ;================================================;
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
> ; ================================================;
> begin
>
> wks = gsn_open_wks("eps","camer") ; open a ps file
>
>
> res = True
> res_at_mpFillOn = False ; turn off gray fill
> res_at_mpOutlineBoundarySets = "National" ; turn on country
> boundaries
> res_at_mpGeophysicalLineColor = "Black" ; color of cont.
> outlines
> res_at_mpGeophysicalLineThicknessF = 4 ; thickness of outlines
> ; res_at_gsLineDashPattern = 1
>
> res_at_mpMinLatF = -5 ; choose subregion
> res_at_mpMaxLatF = 25
> res_at_mpMinLonF = -30
> res_at_mpMaxLonF = 30
> plot = gsn_csm_map_ce(wks,res) ; draw map
>
> end
>
>
>
> Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers
> Yahoo! Mail
> _______________________________________________
> ncl-talk mailing list
> ncl-talk_at_ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Nov 28 2007 - 11:33:50 MST

This archive was generated by hypermail 2.2.0 : Fri Nov 30 2007 - 10:55:48 MST