gsnMaskLambertConformal

From: Gary Bates <gary.bates_at_nyahnyahspammersnyahnyah>
Date: Fri Dec 18 2009 - 13:09:07 MST

hi,
What is the corresponding resource in PyNGL to gsnMaskLambertConformal?

I've made a Lambert Conformal plot which *almost* looks as I'd like,
except that continental outlines spill outside my chosen map area
slightly. How do I mask out the map outside the lat/lon area i've
specified?

I have:

      resources.mpProjection = "LambertConformal"
      resources.mpLambertMeridianF = -110.
      resources.mpLambertParallel1F = 50.
      resources.mpLambertParallel1F = 50.
      resources.mpEllipticalBoundary = True
      resources.mpAreaMaskingOn = True
      resources.mpGridMaskMode = "MaskMaskArea"
      resources.mpLimitMode = "LatLon" # Specify area of map
      resources.mpMinLatF = 25.
      resources.mpMaxLatF = 75.
      resources.mpMinLonF = -170.
      resources.mpMaxLonF = -50.
      resources.mpGridLonSpacingF = 180
      resources.mpGridLatSpacingF = 90

Thanks,
Gary
_______________________________________________
pyngl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/pyngl-talk
Received on Fri Dec 18 13:09:11 2009

This archive was generated by hypermail 2.1.8 : Mon Feb 01 2010 - 08:33:45 MST