|
Getting Started with IDL: Mapping |
|
You do not always have to plot the entire globe, you can plot a section of the globe by using the LIMIT keyword which specifies a region of the globe to plot.
WINDOW
MAP_SET,32,-100,/AZIM,LIMIT=[10, -130, 55, -70], $ /GRID,/CONT,/LABEL
The azimuthal equidistant projection shows the United States and Mexico. The AZIM keyword selects the azimuthal equidistant projection. The keyword LIMIT is set equal to a four-element vector containing the minimum latitude, minimum longitude, maximum latitude, and maximum longitude.
WDELETE
IDL Online Help (March 06, 2007)