|
From: <jd...@us...> - 2008-10-14 15:58:04
|
Revision: 6185
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6185&view=rev
Author: jdh2358
Date: 2008-10-14 15:57:59 +0000 (Tue, 14 Oct 2008)
Log Message:
-----------
fixed data file in rec group by example
Modified Paths:
--------------
trunk/matplotlib/examples/misc/rec_groupby_demo.py
Modified: trunk/matplotlib/examples/misc/rec_groupby_demo.py
===================================================================
--- trunk/matplotlib/examples/misc/rec_groupby_demo.py 2008-10-14 15:51:44 UTC (rev 6184)
+++ trunk/matplotlib/examples/misc/rec_groupby_demo.py 2008-10-14 15:57:59 UTC (rev 6185)
@@ -2,7 +2,7 @@
import matplotlib.mlab as mlab
-r = mlab.csv2rec('data/aapl.csv')
+r = mlab.csv2rec('../data/intc.csv')
r.sort()
def daily_return(prices):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|