|
From: Petr M. <mi...@ph...> - 2007-12-09 14:10:58
|
> Not in the core. All the XResource interpretation is done in gnuplot_x11. > The routine that manages linewidths is pr_width(). > > > Further it seems that this is actually a multiplicate constant, not a line > > width in pixels as "help x11 line" describes. Is this right? > > Yes, that has always annoyed me. But if you set all the XResource linewidths > to 1.0, then the multiplicative constant is effectively the true linewidth. > So most people probably don't notice. > > I would be in favor changing it so that > 'set term x11; plot foo lt 3 lw 5' > really does use a linewidth of 5 pixels rather than using > (5 * getR(db,"linewidth3")) I like prefer this as well. --- PM |