|
From: <ry...@us...> - 2008-11-11 22:02:38
|
Revision: 6398
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6398&view=rev
Author: ryanmay
Date: 2008-11-11 22:02:34 +0000 (Tue, 11 Nov 2008)
Log Message:
-----------
Update module docstring to include specgram().
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/mlab.py
Modified: trunk/matplotlib/lib/matplotlib/mlab.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/mlab.py 2008-11-11 21:45:15 UTC (rev 6397)
+++ trunk/matplotlib/lib/matplotlib/mlab.py 2008-11-11 22:02:34 UTC (rev 6398)
@@ -35,6 +35,8 @@
:func:`rk4`
A 4th order runge kutta integrator for 1D or ND systems
+:func:`specgram`
+ Spectrogram (power spectral density over segments of time)
Miscellaneous functions
-------------------------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|