Revision: 8608 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8608&view=rev Author: jdh2358 Date: 2010年07月31日 18:41:39 +0000 (2010年7月31日) Log Message: ----------- fix agg buffer example I just broke Modified Paths: -------------- trunk/matplotlib/examples/pylab_examples/agg_buffer_to_array.py Modified: trunk/matplotlib/examples/pylab_examples/agg_buffer_to_array.py =================================================================== --- trunk/matplotlib/examples/pylab_examples/agg_buffer_to_array.py 2010年07月31日 18:20:30 UTC (rev 8607) +++ trunk/matplotlib/examples/pylab_examples/agg_buffer_to_array.py 2010年07月31日 18:41:39 UTC (rev 8608) @@ -1,5 +1,5 @@ import matplotlib -#matplotlib.use('Agg') +matplotlib.use('Agg') from pylab import figure, show import numpy as np This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.