[SciPy-user] ploting in scipy
Agustin Lobo
alobo at paleo.ija.csic.es
Tue Jan 28 07:23:46 EST 2003
1. I understand that plt requires wxpython, which seems to me
too an extensive package for creating graphic applications. All I need
is ploting relatively simple graphics, so this seems not to be the way to
go. Am I wrong?
2. For gplt, if I do, as suggested in the tutorial:
>>> from scipy import gplt
>>> gplt.plot((1,2,3))
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File
"/tmp/SciPyTest/linux2/lib/python2.1/site-packages/scipy/gplt/interface.py",
line 106, in plot
File
"/tmp/SciPyTest/linux2/lib/python2.1/site-packages/scipy/gplt/pyPlot.py",
line 132, in plot File
"/tmp/SciPyTest/linux2/lib/python2.1/site-packages/scipy/gplt/pyPlot.py",
line 702, in _init_plot
File
"/tmp/SciPyTest/linux2/lib/python2.1/site-packages/scipy/gplt/pyPlot.py",
line 820, in _send
IOError: [Errno 32] Broken pipe
Any idea on what's wrong?
Thanks
Agus
Dr. Agustin Lobo
Instituto de Ciencias de la Tierra (CSIC)
Lluis Sole Sabaris s/n
08028 Barcelona SPAIN
tel 34 93409 5410
fax 34 93411 0012
alobo at ija.csic.es
More information about the SciPy-User
mailing list