Re: [Matplotlib-users] matplolib equivalent of gnuplot's impulse

2007-05-11 Thread Antonino Ingargiola
2007/5/11, John Hunter <[EMAIL PROTECTED]>: > On 5/3/07, Emmanuel <[EMAIL PROTECTED]> wrote: > > With gnuplot one can do a plot like that : > > > > http://www.deqnotes.net/gnuplot/images/impulses.png > > > > It is using option "with impulse". > > Is there an equivalent in matplotlib? > > > In [5]:

Re: [Matplotlib-users] matplolib equivalent of gnuplot's impulse

2007-05-11 Thread John Hunter
On 5/3/07, Emmanuel <[EMAIL PROTECTED]> wrote: > With gnuplot one can do a plot like that : > > http://www.deqnotes.net/gnuplot/images/impulses.png > > It is using option "with impulse". > Is there an equivalent in matplotlib? In [5]: t = arange(0.0, 2.0, 0.05) In [6]: s = sin(2*pi*t) In [7]:

[Matplotlib-users] matplolib equivalent of gnuplot's impulse

2007-05-03 Thread Emmanuel
With gnuplot one can do a plot like that : http://www.deqnotes.net/gnuplot/images/impulses.png It is using option "with impulse". Is there an equivalent in matplotlib? - This SF.net email is sponsored by DB2 Express Download