|
From: Petr M. <mi...@ph...> - 2007-12-08 08:32:50
|
It seems that WXT is incorrectly setting the linewidth 0 to be really a zero thickness, instead of the smallest linewidth achievable (as all other terminals are doing). Compare: plot sin(x) w l lw 0, cos(x) w l lw 1 set term wxt; replot set term png size 900,700; set out 'a.png'; replot set term post color; set out 'a.ps'; replot set term fig color; set out 'a.fig'; replot --- PM |