|
From: Hans-Bernhard B. <HBB...@t-...> - 2008-03-26 23:36:59
|
Dieter Jurzitza wrote: > when specifying a linewidth in <appdefaultdir>/Gnuplot, > > say > > gnuplot*line1Width: 2 > > and plot something in gnuplot, say > > plot x*x w l > > you will get the same result (from a linewidth standpoint) as if you say > > plot x*x w l lw 1 Of course you do. The line1Width resource specifies the default linewidth. The actual linewidth is the default multiplied by the argument of 'lw'. |