Revision: 6186 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6186&view=rev Author: jdh2358 Date: 2008-10-14 15:59:49 +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:57:59 UTC (rev 6185) +++ trunk/matplotlib/examples/misc/rec_groupby_demo.py 2008-10-14 15:59:49 UTC (rev 6186) @@ -2,7 +2,7 @@ import matplotlib.mlab as mlab -r = mlab.csv2rec('../data/intc.csv') +r = mlab.csv2rec('../data/aapl.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. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins