From: John H. <jdh...@ac...> - 2004-06-22 13:10:15
|
>>>>> "Stephen" == Stephen Roderick <snr...@ya...> writes: Stephen> I'm using matplotlib 0.54.2 (failed in 0.53.1 also) on Stephen> Mac OS X with Python 2.3 and wxPython 2.5.1.5, and get Stephen> the following traceback from this code. Looking at the Stephen> backend_wx.py, I can find no other mention of Stephen> "FigureBase" anywhere else. What should this line Stephen> actually be? (I tried a few thoughts, but none worked) Stephen> I'm basically trying to create a class that encapsulates Stephen> a multi-value temperature bar graph, using the Observer Stephen> pattern, and have inherited from the FigureCanvasWx Stephen> class. If this is incorrect, I'm all ears to alternative Stephen> suggestions. Try replacing line 888 in backend_wx with FigureCanvasBase.add_axis(self, a) Sorry for the trouble.... |