Revision: 8608
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8608&view=rev
Author: jdh2358
Date: 2010-07-31 18:41:39 +0000 (Sat, 31 Jul 2010)
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.
|