|
From: <js...@us...> - 2009-08-20 11:45:12
|
Revision: 7509
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7509&view=rev
Author: jswhit
Date: 2009-08-20 11:44:59 +0000 (Thu, 20 Aug 2009)
Log Message:
-----------
fix typo
Modified Paths:
--------------
trunk/toolkits/basemap/doc/users/graticule.rst
Modified: trunk/toolkits/basemap/doc/users/graticule.rst
===================================================================
--- trunk/toolkits/basemap/doc/users/graticule.rst 2009-08-20 06:55:52 UTC (rev 7508)
+++ trunk/toolkits/basemap/doc/users/graticule.rst 2009-08-20 11:44:59 UTC (rev 7509)
@@ -7,7 +7,7 @@
latitude and longitude lines. Basemap does this with the
:func:`~mpl_toolkits.basemap.Basemap.drawparallels` and
:func:`~mpl_toolkits.basemap.Basemap.drawmeridians` instance methods.
-The longitude and latitude lines can be labelled where they
+The longitude and latitude lines can be labelled where they intersect
the map projection boundary. There are four exceptions: meridians
and parallels cannot be labelled on maps with
``proj`` set to ``ortho`` (orthographic) or
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|