Re: [Matplotlib-users] Plot a complex sequence (newb)

2008-02-07 Thread Ryan May
Neal Becker wrote: > Newb here. I can plot a seq of float with: > > pylab.plot (s) > pylab.show() > > But if s is complex, say numpy.array(complex), it doesn't do what I want. I > think it's just showing the real part? > > I want to get 2 line graphs, one real one imag. If s is a numpy array,

[Matplotlib-users] Plot a complex sequence (newb)

2008-02-06 Thread Neal Becker
Newb here. I can plot a seq of float with: pylab.plot (s) pylab.show() But if s is complex, say numpy.array(complex), it doesn't do what I want. I think it's just showing the real part? I want to get 2 line graphs, one real one imag. --