|
From: Ethan M. <merritt@u.washington.edu> - 2007-12-08 00:11:24
|
On Friday 07 December 2007 14:07, Petr Mikulik wrote: > It seems to me that X11 is having thick linewidth 1 for the border: > set border 4095 lw 0; splot x > set term x11 2 > set border 4095 lw 1; splot x > For other terminals (ps, png, windows), the border thicknesses 0 and 1 are > both thin. > > Try > plot sin(x) w l lt 0 lw 0, sin(x)+0.1 w l lt -1 lw 1 > on different terminals. It seems that only the X11 produces a thick line for > linetype -1. Is there a reason for this? The default has been that way since at least version 3.7 The relevant X resource is: gnuplot*borderWidth: 2 -- Ethan A Merritt Courier Deliveries: 1959 NE Pacific Dept of Biochemistry Health Sciences Building University of Washington - Seattle WA 98195-7742 |