|
From: <js...@us...> - 2009-03-14 13:54:39
|
Revision: 6978
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6978&view=rev
Author: jswhit
Date: 2009-03-14 13:54:37 +0000 (Sat, 14 Mar 2009)
Log Message:
-----------
docstring fix for lightsource class
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/colors.py
Modified: trunk/matplotlib/lib/matplotlib/colors.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/colors.py 2009-03-14 13:53:24 UTC (rev 6977)
+++ trunk/matplotlib/lib/matplotlib/colors.py 2009-03-14 13:54:37 UTC (rev 6978)
@@ -959,7 +959,7 @@
"""
Create a light source coming from the specified azimuth and elevation.
Angles are in degrees, with the azimuth measured
- clockwise from south and elevation up from the zero plane of the surface.
+ clockwise from north and elevation up from the zero plane of the surface.
The :meth:`shade` is used to produce rgb values for a shaded relief image
given a data array.
"""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|