--- Jihui Zhao <jhz...@gm...> wrote:
> Hi everyone,
>
> I am new to Gnuplot.py and wanna to figure out how can I change line
> thickness.
>
> Any suggestion will be appreciated.
Have a look at test.py.
import Gnuplot
data = [1,2,3,4,3,2,3,4,3,2,1]
gp = Gnuplot.Gnuplot(debug=1)
gp.plot(Gnuplot.Data(data, with='lines lw 5'))
Hope that helps,
jab
John Bollinger, CFA, CMT
www.BollingerBands.com
If you advance far enough, you arrive at the beginning.
____________________________________________________________________________________
Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online.
http://smallbusiness.yahoo.com/webhosting
|