|
From: Petr M. <mi...@ph...> - 2009-07-13 09:41:01
|
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. *** 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. 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). Ethan, can you deduce something from these cases? --- PM |