Revision: 5767
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5767&view=rev
Author:   jswhit
Date:     2008-07-14 05:10:34 -0700 (Mon, 14 Jul 2008)

Log Message:
-----------
add final examples.

Modified Paths:
--------------
    trunk/toolkits/basemap/doc/users/mapsetup.rst

Added Paths:
-----------
    trunk/toolkits/basemap/doc/users/aeqd.rst
    trunk/toolkits/basemap/doc/users/paeqd.rst
    trunk/toolkits/basemap/doc/users/plaea.rst
    trunk/toolkits/basemap/doc/users/pstere.rst

Removed Paths:
-------------
    trunk/toolkits/basemap/doc/users/azeqd.rst

Added: trunk/toolkits/basemap/doc/users/aeqd.rst
===================================================================
--- trunk/toolkits/basemap/doc/users/aeqd.rst                           (rev 0)
+++ trunk/toolkits/basemap/doc/users/aeqd.rst   2008-07-14 12:10:34 UTC (rev 
5767)
@@ -0,0 +1,15 @@
+.. _aeqd:
+
+Azimuthal Equidistant Projection
+================================
+
+The shortest route from the center of the map
+to any other point is a straight line in the azimuthal
+equidistant projection. 
+So, for the specified point, all points that lie on a circle around
+this point are equidistant on the surface of the earth on this projection.
+The specified point ``lon_0, lat_0`` shows up as a black dot in the center of 
the map.
+
+.. literalinclude:: figures/aeqd.py
+
+.. image:: figures/aeqd.png

Deleted: trunk/toolkits/basemap/doc/users/azeqd.rst
===================================================================
--- trunk/toolkits/basemap/doc/users/azeqd.rst  2008-07-14 11:55:41 UTC (rev 
5766)
+++ trunk/toolkits/basemap/doc/users/azeqd.rst  2008-07-14 12:10:34 UTC (rev 
5767)
@@ -1,15 +0,0 @@
-.. _azeqd:
-
-Azimuthal Equidistant Projection
-================================
-
-The shortest route from the center of the map
-to any other point is a straight line in the azimuthal
-equidistant projection. 
-So, for the specified point, all points that lie on a circle around
-this point are equidistant on the surface of the earth on this projection.
-The specified point ``lon_0, lat_0`` shows up as a black dot in the center of 
the map.
-
-.. literalinclude:: figures/azeqd.py
-
-.. image:: figures/azeqd.png

Modified: trunk/toolkits/basemap/doc/users/mapsetup.rst
===================================================================
--- trunk/toolkits/basemap/doc/users/mapsetup.rst       2008-07-14 11:55:41 UTC 
(rev 5766)
+++ trunk/toolkits/basemap/doc/users/mapsetup.rst       2008-07-14 12:10:34 UTC 
(rev 5767)
@@ -32,7 +32,7 @@
 
 .. toctree::
 
-    azeqd.rst
+    aeqd.rst
     gnomon.rst
     ortho.rst
     geos.rst
@@ -51,3 +51,6 @@
     stere.rst
     eqdc.rst
     aea.rst
+    pstere.rst
+    plaea.rst
+    paeqd.rst

Added: trunk/toolkits/basemap/doc/users/paeqd.rst
===================================================================
--- trunk/toolkits/basemap/doc/users/paeqd.rst                          (rev 0)
+++ trunk/toolkits/basemap/doc/users/paeqd.rst  2008-07-14 12:10:34 UTC (rev 
5767)
@@ -0,0 +1,15 @@
+.. _paeqd:
+
+Polar Azimuthal Equidistant Projection
+======================================
+
+For convenience, the projections ``npaeqd`` and ``spaeqd`` are provided 
+for easy access to the polar aspect of the azimuthal equidistant projection.
+
+.. literalinclude:: figures/npaeqd.py
+
+.. image:: figures/npaeqd.png
+
+.. literalinclude:: figures/spaeqd.py
+
+.. image:: figures/spaeqd.png

Added: trunk/toolkits/basemap/doc/users/plaea.rst
===================================================================
--- trunk/toolkits/basemap/doc/users/plaea.rst                          (rev 0)
+++ trunk/toolkits/basemap/doc/users/plaea.rst  2008-07-14 12:10:34 UTC (rev 
5767)
@@ -0,0 +1,16 @@
+.. _plaea:
+
+Polar Lambert Azimuthal Projection
+==================================
+
+For convenience, the projections ``nplaea`` and ``splaea`` are provided 
+for easy access to the polar aspect of the lambert azimuthal equal-area
+projection.
+
+.. literalinclude:: figures/nplaea.py
+
+.. image:: figures/nplaea.png
+
+.. literalinclude:: figures/splaea.py
+
+.. image:: figures/splaea.png

Added: trunk/toolkits/basemap/doc/users/pstere.rst
===================================================================
--- trunk/toolkits/basemap/doc/users/pstere.rst                         (rev 0)
+++ trunk/toolkits/basemap/doc/users/pstere.rst 2008-07-14 12:10:34 UTC (rev 
5767)
@@ -0,0 +1,15 @@
+.. _pstere:
+
+Polar Stereographic Projection
+==============================
+
+For convenience, the projections ``npstere`` and ``spstere`` are provided 
+for easy access to the polar aspect of the stereographic conformal projection.
+
+.. literalinclude:: figures/npstere.py
+
+.. image:: figures/npstere.png
+
+.. literalinclude:: figures/spstere.py
+
+.. image:: figures/spstere.png


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to