|
From: <as...@us...> - 2008-07-22 19:47:09
|
Revision: 5813
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5813&view=rev
Author: astraw
Date: 2008-07-22 19:47:04 +0000 (Tue, 22 Jul 2008)
Log Message:
-----------
minor docstring fix
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/axes.py
Modified: trunk/matplotlib/lib/matplotlib/axes.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/axes.py 2008-07-22 18:43:38 UTC (rev 5812)
+++ trunk/matplotlib/lib/matplotlib/axes.py 2008-07-22 19:47:04 UTC (rev 5813)
@@ -4724,7 +4724,7 @@
arguments will be used only if *c* is an array of floats.
*cmap*: [ None | Colormap ]
- A :class:`matplotlib.cm.Colormap` instance. If *None*,
+ A :class:`matplotlib.colors.Colormap` instance. If *None*,
defaults to rc ``image.cmap``. *cmap* is only used if *c*
is an array of floats.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|