In article
<03f11998-d218-41c2-823b-b58eef703e20@[EMAIL PROTECTED]
>,
Al Greynolds <awgreynolds@[EMAIL PROTECTED]
> wrote:
>On Jun 17, 11:48=A0am, merr...@[EMAIL PROTECTED]
wrote:
>>> Try these commands:
>> set loadpath "/wherever_it_is/gnuplot/demos/"
>> rgb(r,g,b) =3D int(r)*65536 + int(g)*256 + int(b)
>> splot 'rgb_variable.dat' using 1:2:3:(rgb($1,$2,$3)) \
>> with lines lc rgb variable
>
>Ethan,
>
>This works. However, if you change the splot command to a plot
>command
>
> plot 'rgb_variable.dat' using 1:2:(rgb($1,$2,$3)) with lines lc rgb
>variable
>
>this does not work for the windows terminal but does for the
>postscript terminal.
Huh. It works for me here. I wonder if you are being hit by a separate
bug that is only triggered in the presence of RGB colors. The ChangeLog
entry for the fix is here:
2008-04-26 Bastian Maerkisch <bmaerkisch@[EMAIL PROTECTED]
>
* src/win/wgraph.c term/win.trm (WIN_set_color): Preserve setting
of dash type and linewidth when a new color is selected.
Allow dash types with linewidth > 1.
Bug #1863361
but this would have been just after the release of 4.2.3
Try zooming. Try explicitly changing the linewidth. Try drawing a dummy
plot with an explicit line width, and then following it with the plot
you really want. Does any of that recover your missing lines?
--
Ethan A Merritt


|