maybe the old 'thru' function will work in this case, see
http://www.gnuplot.info/docs/node132.html
uli80 wrote:
>
> When looking at the Gnuplot help for 'set datafile missing' I find the
> following:
>
> using 1:2 connects all points regardless there are some missing
> using 1:($2) disconnects the data points when there are missing values in
> between
>
> Now the question is: If I need to use the $ to do some calculation with
> the data in column 2 but still want all points to be connected, what can I
> do? Is it possible?
>
> Best regards,
> Julia
>
--
View this message in context: http://www.nabble.com/point-connection-with-missing-data-tp23445302p23447444.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|