Re: [Matplotlib-users] broken example - no module numerical_methods

2008-09-30 Thread John Hunter
On Tue, Sep 30, 2008 at 6:00 AM, Antonio Gonzalez <[EMAIL PROTECTED]> wrote: > Hello, > > Running the latest mpl (svn 6134), 'fill_between.py' from the examples > directory fails: > > File "fill_between.py", line 2, in >import matplotlib.numerical_methods as numerical_methods > ImportError: No

[Matplotlib-users] broken example - no module numerical_methods

2008-09-30 Thread Antonio Gonzalez
Hello, Running the latest mpl (svn 6134), 'fill_between.py' from the examples directory fails: File "fill_between.py", line 2, in import matplotlib.numerical_methods as numerical_methods ImportError: No module named numerical_methods Regards, Antonio -