> The property node changes the whole line, and the line is always just
> one color. It should be possible to make the line consist of different
> color sections, anyone know how?
Actually, plots have colors, but points do not. Plots have colors for
the trace and the interior and points, but do not support different
colors on different ranges. To do this, you simply use more than one
plot. If you need two colors, have two plots of different color or
style. For an XY graph, place the points in the appropriate plot. If
it is waveform graph, you might find it useful to place NaNs in the
other points to pick up the plot pen.
Greg McKaskle