discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Plotting doubt


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Plotting doubt
Date: Mon, 13 Mar 2006 10:10:31 -0800
User-agent: Mutt/1.5.9i

On Mon, Mar 13, 2006 at 11:08:52PM +0530, Ramakrishnan Muthukrishnan wrote:
> 
> I was looking at the fftsink.py and the plot.py that it uses. Is there a 
> simple way to plot a graph with everything down under the points also filled 
> with a colour ? I am trying to see if plot.py has a way to do that. 

It currently plots by drawing lines between data points.

You'd need to change it one of a couple of ways:

  * draw vertical lines from the bottom horizontal axis to the right Y value.
  * change it to draw a filled polygon.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]