Re: [Matplotlib-users] unexpected keyword argument error while running legend_demo3.py

2008-12-03 Thread John Hunter
On Wed, Dec 3, 2008 at 9:15 AM, Nitin Bhide <[EMAIL PROTECTED]> wrote: > Hi, > > I am getting following error while running the 'legend_demo3.py' from the > examples. > > exec codeObject in __main__.__dict__ > File "D:\nitinb\SoftwareSources\SVNPlot\legendtest.py", line 13, in >ax1.legend(lo

[Matplotlib-users] unexpected keyword argument error while running legend_demo3.py

2008-12-03 Thread Nitin Bhide
Hi, I am getting following error while running the 'legend_demo3.py' from the examples. exec codeObject in __main__.__dict__ File "D:\nitinb\SoftwareSources\SVNPlot\legendtest.py", line 13, in ax1.legend(loc=1, ncol=3, shadow=True) File "F:\Python25\Lib\site-packages\matplotlib\axes.py"