I have a data file with x, y, and z datums--basically x,y locations with z representing attenuation at that location.
The answer to a question like Line plot in GnuPlot where line color is a third column in my data file? using palette defined (with palette z) is very close, except that each line segment is set to a single color along its length.
Is there a way to have the Z value interpolated (linear is fine) along each segment, so the attenuation values are a smooth gradient rather than jumping values at each segment boundary?