|
From: Tatsuro M. <tma...@ya...> - 2009-07-13 10:04:55
|
Hello --- Petr Mikulik <mi...@ph...> wrote: > I've missed Ethan's patch win_fillbox_try3.patch ... I've tried it now, > and it works! > > I.e., this is correct: > > 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" > > => all rectangles have correct colour. The above works well for my build with 'win_fillbox_try3.patch' > *** > > On the other hand, there is a bug in Windows terminal that color selection > with "lt <n>" does not work -- it produces either black or red colours. > > I think this bug is associated: > plot x, -x, sin(x), cos(x) > => and now resize the window by mouse => the colour of legend (key) labels > "x", "-x", "sin(x)", "cos(x)" changes after each mouse movement during > window resizing. Hmmm! I got the same results > The same happens for the colour of title > set title "HELLO" > Further, > set title "HELLO" tc lt 3 > is red (for whichever number of lt). > After plot x, -x, sin(x), cos(x) test, set title "HELLO" set title "HELLO" tc lt 3 is red (for whichever number of lt). However, I exit gnuplot and reexecute gnuplot. set title "HELLO" set title "HELLO" tc lt 3 is black (for whichever number of lt). Regards Tatsuro -------------------------------------- Power up the Internet with Yahoo! Toolbar. http://pr.mail.yahoo.co.jp/toolbar/ |