|
From: BBands <bb...@ya...> - 2005-07-12 18:52:27
|
Here is an unexpected result:
>>> import Gnuplot
>>> gp = Gnuplot.Gnuplot()
>>> a = range(10)
>>> gp.plot(a, with='lines')
Traceback (most recent call last):
File "<pyshell#3>", line 1, in -toplevel-
gp.plot(a, with='lines')
File
"d:\python24\Lib\site-packages\Gnuplot\_Gnuplot.py",
line 269, in plot
apply(self.set, (), keyw)
File
"d:\python24\Lib\site-packages\Gnuplot\_Gnuplot.py",
line 441, in set
raise 'option %s is not supported' % (k,)
option with is not supported
>>>
What am I missing?
TIA,
jab
John Bollinger, CFA, CMT
www.BollingerBands.com
If you advance far enough, you arrive at the beginning.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|