Revision: 7355 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7355&view=rev Author: jouni Date: 2009-08-04 19:51:08 +0000 (Tue, 04 Aug 2009)
Log Message: ----------- Fix indentation error in mpl_data_demo.py - thanks to G?\195?\182khan Sever Modified Paths: -------------- trunk/matplotlib/examples/misc/mpl_data_demo.py Modified: trunk/matplotlib/examples/misc/mpl_data_demo.py =================================================================== --- trunk/matplotlib/examples/misc/mpl_data_demo.py 2009-08-04 19:35:13 UTC (rev 7354) +++ trunk/matplotlib/examples/misc/mpl_data_demo.py 2009-08-04 19:51:08 UTC (rev 7355) @@ -1,7 +1,7 @@ - """ - Grab mpl data from the ~/.matplotlib/mpl_data cache if it exists, else - fetch it from svn and cache it - """ +""" +Grab mpl data from the ~/.matplotlib/mpl_data cache if it exists, else +fetch it from svn and cache it +""" import matplotlib.cbook as cbook import matplotlib.pyplot as plt fname = cbook.get_mpl_data('lena.png', asfileobj=False) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins