<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
I would appreciate any suggestion.
<p>Colin W.
<br>
<hr WIDTH="100%">
<br>>pythonw -u test.py
<br>site start (from Lib)
<br>This program exercises many of the features of Gnuplot.py. The
<br>commands that are actually sent to gnuplot are printed for your
<br>enjoyment.
<br>Popping up a blank gnuplot window on your screen.
<br>Press return to show results...
<p>gnuplot> clear
<br>############### test Func ########################################
<br>Plot a gnuplot-generated function
<br>Press return to show results...
<p>Traceback (most recent call last):
<br> File "test.py", line 280, in ?
<br> main()
<br> File "test.py", line 73, in main
<br> g.plot(Gnuplot.Func('sin(x)'))
<br> File "C:\Program Files\Python22\Lib\site-packages\Gnuplot\_Gnuplot.py",
line 281, in plot
<br> self.refresh()
<br> File "C:\Program Files\Python22\Lib\site-packages\Gnuplot\_Gnuplot.py",
line 222, in refresh
<br> self(self.plotcmd + ' ' + string.join(plotcmds,
', '))
<br> File "C:\Program Files\Python22\Lib\site-packages\Gnuplot\_Gnuplot.py",
line 206, in __call__
<br> self.gnuplot(s)
<br> File "C:\Program Files\Python22\Lib\site-packages\Gnuplot\gp_win32.py",
line 122, in __call__
<br> self.write(s + '\n')
<br>IOError: [Errno 22] Invalid argument
<br>>Exit code: 1
<br> </html>