About specific country

From: louis Vonder <appopson_at_nyahnyahspammersnyahnyah>
Date: Wed, 28 Nov 2007 19:09:18 +0100 (CET)

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
Received on Wed Nov 28 2007 - 11:09:18 MST

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