|
From: Tait <gnu...@t4...> - 2014-09-11 12:34:52
|
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 |