|
From: <js...@us...> - 2008-10-06 12:05:10
|
Revision: 6157
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6157&view=rev
Author: jswhit
Date: 2008-10-06 12:04:58 +0000 (Mon, 06 Oct 2008)
Log Message:
-----------
update for new projections
Modified Paths:
--------------
trunk/toolkits/basemap/doc/users/graticule.rst
Modified: trunk/toolkits/basemap/doc/users/graticule.rst
===================================================================
--- trunk/toolkits/basemap/doc/users/graticule.rst 2008-10-06 12:02:07 UTC (rev 6156)
+++ trunk/toolkits/basemap/doc/users/graticule.rst 2008-10-06 12:04:58 UTC (rev 6157)
@@ -10,11 +10,13 @@
The longitude and latitude lines can be labelled where they
the map projection boundary. There are four exceptions: meridians
and parallels cannot be labelled on maps with
-``proj`` set to ``ortho`` (orthographic projection),
+``proj`` set to ``ortho`` (orthographic) or
+``vandg`` (van der Grinten),
and meridians cannot be labelled on maps with
-``proj`` set to ``robin`` (robinson), ``moll`` (mollweide) or ``sinu``
+``proj`` set to ``robin`` (robinson), ``mbtfpq``
+(McBryde-Thomas Flat Polar Quartic), ``moll`` (mollweide) or ``sinu``
(sinusoidal). This is because the lines can be very close
together where they intersect the boundary on these maps, so that
-they really need to be labelled on the interior of the plot.
+they really need to be labelled manually on the interior of the plot.
.. toctree::
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|