From: Pascal D. <pdu...@ya...> - 2008-06-15 06:40:09
|
Hi, in gnuplot one can do the following : set linestyle 3 linetype 3 linewidth 8 set style line 1 lt 3 pt 5 lw 1.5 setting the "pointsize" is one of the set possibility in gnuplot.py. Unfortunately linewidth etc does not appear to be so. Is there a way to get thicker (than default) lines from gnuplot.py either with the g('set ...') command or by passing argument to the plot or replot method ? many thanx Pascal |