[Matplotlib-users] AttributeError: draw_gouraud_triangle

2009-08-19 Thread Chuck Pepe-Ranney
I am using the svn matplotlib (1.0.svn) and when I try to plot a histogram I get an AttributeError for draw_gouraud_triangle (traceback below). I have not had this problem in the past. Is anyone else experiencing this? Thanks, - Chuck In [3]: x = mu + sigma*randn(10) In [4]: hist(x, 50,

Re: [Matplotlib-users] AttributeError: draw_gouraud_triangle

2009-08-19 Thread Michael Droettboom
Have you tried removing the build directory to force a full rebuild? draw_gouraud_triangle was recently added to the _backend_agg extension, so I would guess for some reason it is still loading an old version of that extension. If forcing the full rebuild doesn't help, can you send the

Re: [Matplotlib-users] AttributeError: draw_gouraud_triangle

2009-08-19 Thread Chuck Pepe-Ranney
Michael, Thanks, I rebuilt and now hist is working again. - Chuck On Wed, Aug 19, 2009 at 12:08 PM, Michael Droettboom md...@stsci.eduwrote: Have you tried removing the build directory to force a full rebuild? draw_gouraud_triangle was recently added to the _backend_agg extension, so I would