From: Valentin <ap...@ap...> - 2008-01-09 16:25:58
|
Hi, I've been trying to set the linewidth using with (or with_ in svn)=3D'lines linewidth 5', but I get this error when trying to run my code: =20 /usr/lib/python2.5/site-packages/Gnuplot/_Gnuplot.py:441: DeprecationWarning: raising a string exception is deprecated raise 'option %s is not supported' % (k,) Traceback (most recent call last): File "brett.py", line 49, in <module> g.plot(data, with_=3D'lines linewidth 5') File "/usr/lib/python2.5/site-packages/Gnuplot/_Gnuplot.py", line 269, in plot apply(self.set, (), keyw) File "/usr/lib/python2.5/site-packages/Gnuplot/_Gnuplot.py", line 441, in set raise 'option %s is not supported' % (k,) option with_ is not supported When I remove the with part, everything runs as it should, except that the lines are too thin. ;) What am I doing wrong? I've looked at the documentation, but my code doesn't seem wrong to me... Cheers, Valentin |