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.

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to