|
From: Mahmood N. <nt_...@ya...> - 2014-09-11 13:42:10
|
It seems that there is some thing wrong with interpreting hex numbers. Please see the attached shot. If I use decimal values, it is ok. But if I use 0xFFFFFF then the color is black!! Sorry if I shouldn't send attachments on the list. Regards, Mahmood On Thursday, September 11, 2014 5:04 PM, Tait <gnu...@t4...> wrote: You're using 4.6p3, and wxt on Windows. I tried the same configuration, and get different (normal) results. Is there perhaps something in your gnuplot.ini or wgnuplot.ini file(s) that's altering the normal startup default settings? Does something simple like even just "plot x" draw a black line, or a red line? Is the behavior different if you start the program as "wgnuplot.exe -d" instead of as just "wgnuplot.exe"? > I tried with your example, but still all points are black. > I will send a screenshot to you. > > Regards, > Mahmood > > > unset key > > plot '-' using 0:2:1 linecolor rgb variable pointtype 5 pointsize 3 > > 0xaabbcc 10 > > 0xee0000 13 > > 0x00aa00 16 > > 0x222299 18 > > 0x0a0304 20 > > e |