|
From: Daniel G. <li...@da...> - 2006-02-22 15:56:22
|
Am Mittwoch, 22. Februar 2006 15:24 schrieb Hans-Bernhard Br=F6ker: > Daniel Graupner wrote: > > plot "Pen100-VBI-10.out" using 1:2 "BHR %lf %lf %lf %lf %lf" title > > "VBI10" linestyle 1 with boxes > > As an aside: > > plot "Pen100-VBI-10.out" using 2:3 title "VBI10" \ > linestyle 1 with boxes > > would probably be sufficient ;-) No, I need 'BHR' as a key for specific lines. > > > will plot me histograms with yellow borderlines and filled with 80% > > yellow. Well, the fill is correct, but I have no borderlines. > > Are you sure you would be able to make out a yellow border line around > an 80% yellow box on white background, especially if unlike your > linestyle 1, it won't be output in triple width? I suggest you try > "set style fill solid .8 border 1" to really see the difference. I also tried a blue one, there is no line, I verified this by : plot "Pen100-VBI-10.out" using 1:2 "BHR %lf %lf %lf %lf %lf" title "VBI10" = =20 linestyle 1 with boxes fill empty Then I see nothing. I also tried 'solid 0.1' where the difference is=20 significant, but I only have the fill and no borderline 8-( Regards,=20 Daniel. |