Hello,
Is the described behaviour a bug?? Should I submit a bug report?
Regards,
Daniel.
--------------------------------------
Here is a simple example for this problem:
set style line 1 lt 1 lc rgb "blue" lw 1
set style fill solid 0.2
plot sin(x) with boxes linestyle 1
produces boxes with no border, but blue border is expected.
set style line 1 lt 1 lc rgb "blue" lw 1
set style fill empty
plot sin(x) with boxes linestyle 1
produces boxes with background color, i.e. nothing can be seen but blue lin=
es are expected.
Regards, Daniel.
>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.
>
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: Splunk Inc. Do you grep through log fil=
es
>for problems? Stop! Download the new AJAX search engine that makes
>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
>http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=103432&bid#0486&dat=121642
>_______________________________________________
>Gnuplot-info mailing list
>Gnuplot-info <at> lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/gnuplot-info
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcas=
t
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=110944&bid$1720&dat=121642
_______________________________________________
Gnuplot-info mailing list
Gnuplot-info <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuplot-info
|