[SciPy-user] can't get past special.j0

ehaux at ucmerced.edu ehaux at ucmerced.edu
Wed Oct 22 18:06:37 EDT 2003


Thanks Travis,

that worked.  now  i just have to figure out the following:

>>> z = special.j0(r)
>>> gplt.surf(z)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.3/site-packages/scipy/gplt/
interface.py", line 164, in surf
    apply(_active.surf,data)
  File "/usr/lib/python2.3/site-packages/scipy/gplt/
pyPlot.py", line 437, in surf
    self._init_plot()
  File "/usr/lib/python2.3/site-packages/scipy/gplt/
pyPlot.py", line 702, in _init_plot
    self._send('reset')
  File "/usr/lib/python2.3/site-packages/scipy/gplt/
pyPlot.py", line 820, in _send
    self.g.flush()
IOError: [Errno 32] Broken pipe

Eric



More information about the SciPy-User mailing list