|
From: Ethan M. <merritt@u.washington.edu> - 2006-04-10 18:32:58
|
On Monday 10 April 2006 02:22 am, Petr Mikulik wrote: > I wonder that there is a missing top border line in the "view map" mode. > set border front lt 2 lw 4 > set pm3d map > splot x > > Does someone have an idea what has changed? Yes, sorry. Stupid typo introduced last week when I wrapped the rectangular border drawing code in a newpath()/closepath() pair. Three sides are drawn explicitly, but the fourth was only being drawn for terminals that implement closepath(). Fixed in cvs. Also the path closure was wrong in PostScript for incomplete borders. That is fixed also. -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle WA |