Re: [Matplotlib-users] Eye patterns (Heat plot?)

2012-02-04 Thread Warren Weckesser
On Mon, Jan 23, 2012 at 3:19 PM, Paul Ivanov pivanov...@gmail.com wrote: Paul Ivanov, on 2012-01-23 13:07, wrote: the quick and dirty way to get close to what you want is to add an alpha value to the lines you're already plotting. Here's a small example: x = np.arange(0,3,.01) y

[Matplotlib-users] Eye patterns (Heat plot?)

2012-01-23 Thread Russ Dill
I'm using matplotlib from pylab to generate eye patterns for signal simulations. My output pretty much looks like this: http://www.flickr.com/photos/31208937@N06/6079131690/ Its pretty useful as it allows one to quickly see the size of the eye opening, the maximum/minimum voltage, etc. I'd

Re: [Matplotlib-users] Eye patterns (Heat plot?)

2012-01-23 Thread Stan West
From: Russ Dill [mailto:russ.d...@gmail.com] Sent: Saturday, January 21, 2012 16:31 I'm using matplotlib from pylab to generate eye patterns for signal simulations. ... Is there any way within matplotlib to do that right now? One way combines Numpy's histogram2d and matplotlib's imshow,

Re: [Matplotlib-users] Eye patterns (Heat plot?)

2012-01-23 Thread Russ Dill
On Mon, Jan 23, 2012 at 11:17 AM, Stan West stan.w...@nrl.navy.mil wrote: From: Russ Dill [mailto:russ.d...@gmail.com] Sent: Saturday, January 21, 2012 16:31 I'm using matplotlib from pylab to generate eye patterns for signal simulations. ... Is there any way within matplotlib to do that

Re: [Matplotlib-users] Eye patterns (Heat plot?)

2012-01-23 Thread Ethan Swint
On 1/23/2012 1:55 PM, Russ Dill wrote: On Mon, Jan 23, 2012 at 11:17 AM, Stan Weststan.w...@nrl.navy.mil wrote: From: Russ Dill [mailto:russ.d...@gmail.com] Sent: Saturday, January 21, 2012 16:31 I'm using matplotlib from pylab to generate eye patterns for signal simulations. ... Is

Re: [Matplotlib-users] Eye patterns (Heat plot?)

2012-01-23 Thread Benjamin Root
On Mon, Jan 23, 2012 at 1:46 PM, Ethan Swint esw...@vt.edu wrote: On 1/23/2012 1:55 PM, Russ Dill wrote: On Mon, Jan 23, 2012 at 11:17 AM, Stan Weststan.w...@nrl.navy.mil wrote: From: Russ Dill [mailto:russ.d...@gmail.com] Sent: Saturday, January 21, 2012 16:31 I'm using matplotlib

Re: [Matplotlib-users] Eye patterns (Heat plot?)

2012-01-23 Thread Paul Ivanov
Hi Russ, Russ Dill, on 2012-01-21 13:30, wrote: I'm using matplotlib from pylab to generate eye patterns for signal simulations. My output pretty much looks like this: http://www.flickr.com/photos/31208937@N06/6079131690/ Its pretty useful as it allows one to quickly see the size of the