[Matplotlib-users] Help with converting from scilab

2008-07-25 Thread Peter Wesbdell
Hello all, my first post here. I am moving from using scilab to Pylab, can anyone tell me why the two following snippets of code produce very different results? BTW. The scilab code produces the expected result. Scilab: Lx=1; Ly=1; n=2; m=2; f=100; w=2*%pi*f; t=1; A=2; Kx=n*%pi/Lx;

Re: [Matplotlib-users] Help with converting from scilab

2008-07-25 Thread John Hunter
On Fri, Jul 25, 2008 at 10:22 AM, Peter Wesbdell [EMAIL PROTECTED] wrote: Hello all, my first post here. I am moving from using scilab to Pylab, can anyone tell me why the two following snippets of code produce very different results? BTW. The scilab code produces the expected result. I