discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Errors from plot.py


From: Marcus Leech
Subject: [Discuss-gnuradio] Errors from plot.py
Date: Sat, 04 Mar 2006 10:16:02 -0500
User-agent: Thunderbird 1.5 (X11/20051201)

I'm getting the following errors from plot.py, but under circumstances I can't quite pin down.

It started happening when I added markers to a plot, but not all the time, just sometimes.

Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/gnuradio/wxgui/ra_stripchartsink.py", line 240, in set_data
   self.Draw (graphics, xAxis=None, yAxis=self.y_range)
File "/usr/local/lib/python2.4/site-packages/gnuradio/wxgui/plot.py", line 805, in Draw
   p1, p2 = graphics.boundingBox()     # min, max points of graphics
File "/usr/local/lib/python2.4/site-packages/gnuradio/wxgui/plot.py", line 349, in boundingBox
   p1o, p2o = o.boundingBox()
AttributeError: 'list' object has no attribute 'boundingBox'

If I turn off markers, it never happens, but with them on, I can't determine the exact circumstances




reply via email to

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