|
From: Tatsuro M. <tma...@ya...> - 2009-07-14 00:22:59
|
Hello
--- Ethan Merritt wrote:
> On Monday 13 July 2009 08:48:34 Ethan Merritt wrote:
> >
> > The other problem ("lc lt N" not working) is less easy to understand.
> > Perhaps I have made a stupid typo somewhere.
>
> I think I have found the error.
> Here is try #4. I hope that "lc lt N" will now work.
>
> One thing I am not sure about, however, is the effect of linewidth.
> I copied a block of code from the W_line_type case that is marked
> "work-around for Windows clipboard bug" and treats (line_width == 1)
> as a special case. It is possible that the color setting will work
> only if the line_width is, or is not, equal to 1. Please check both.
I have applied your new patch and tested.
set title "HELLO" tc rgb "blue"
set xlabel "xxxxx"
set ylabel "yyyyy"
set style rectangle fs solid 1.0 noborder
set object 1 rect from 0,0 to 7,7 fc rgb "blue"
set object 2 rect from -6,-6 to -2,-2 fc rgb "magenta"
set object 3 rect from -9,-9 to -4,+2 fc rgb "yellow"
plot x lw 1
set title "HELLO" tc rgb "blue"
set xlabel "xxxxx"
set ylabel "yyyyy"
set style rectangle fs solid 1.0 noborder
set object 1 rect from 0,0 to 7,7 fc rgb "blue"
set object 2 rect from -6,-6 to -2,-2 fc rgb "magenta"
set object 3 rect from -9,-9 to -4,+2 fc rgb "yellow"
plot x lw 2
Both worked correctly!!!.
The second point by Petr
set title "HELLO"Further,
set title "HELLO" tc lt 3
also worked fine!!!.
Of cource, 'transparent_solids.dem' worked correctly!!!
I strongly appreciated for your all efforts about this matter.
Regards
Tatsuro
--------------------------------------
Power up the Internet with Yahoo! Toolbar.
http://pr.mail.yahoo.co.jp/toolbar/
|