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
|