On Fri, May 14, 2010 at 09:41, Josef Vukovic
<[email protected]> wrote:

> I have some data from a gnucap charging capacitor simulation and want to
> plot it with gnuradio.wxgui.plot.

The plot.py file in gnuradio.wxgui is something ported over to use
within GNU Radio for the internals of the graphical flow graph
instruments--it's not really something intended for general use.  You
could see how it's used by our scripts and do that yourself if you
wanted, though.

I recommend reading and parsing your input file with Python file
functions, then plotting it with the matplotlib library.

Johnathan

_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to