From 0f85110a38f33d5bdbf08fb253fb190f322b6edd Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 16 Mar 2018 13:37:04 -0700 Subject: [PATCH] --vnl now works with plots that have rangesize > 1 --- bin/feedgnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index f9c6570..26e6d71 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -951,7 +951,7 @@ sub mainThread splice( @fields, 0, $rangesize ) ) . "\n", $domain0_numeric); - $i_column++; + $i_column += $rangesize; } }