Using apple python, numpy 1.10, I get the following error in  
matplotlib 0.91.2:

Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:17)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> from pylab import *
 >>> plot([1,2,3,4])
[<matplotlib.lines.Line2D object at 0x2be5d70>]
 >>> show()
Traceback (most recent call last):
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/ 
backend_wx.py", line 1021, in _onPaint
     self.draw(repaint=False)
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/ 
backend_wxagg.py", line 60, in draw
     FigureCanvasAgg.draw(self)
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/ 
backend_agg.py", line 254, in draw
     self.renderer = self.get_renderer()
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/ 
backend_agg.py", line 265, in get_renderer
     self.renderer = RendererAgg(w, h, self.figure.dpi)
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/ 
backend_agg.py", line 66, in __init__
     self.draw_path_collection = self._renderer.draw_path_collection
AttributeError: draw_path_collection
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/ 
backend_wx.py", line 1187, in show
     figwin.canvas.draw()
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/ 
backend_wxagg.py", line 60, in draw
     FigureCanvasAgg.draw(self)
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/ 
backend_agg.py", line 254, in draw
     self.renderer = self.get_renderer()
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/ 
backend_agg.py", line 265, in get_renderer
     self.renderer = RendererAgg(w, h, self.figure.dpi)
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/ 
backend_agg.py", line 66, in __init__
     self.draw_path_collection = self._renderer.draw_path_collection
AttributeError: draw_path_collection
 >>> Terminated



-gideon


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to