From 5d3b6bc6affd2056d97c2b9529b2c174d0e83a6b Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 10 Feb 2021 09:29:04 -0800 Subject: [PATCH] fixed regression for --monotonic --- bin/feedgnuplot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index b5bee3b..ec28eee 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -877,6 +877,9 @@ sub mainThread + # latest domain variable present in our data + my $latestX; + # column headers from vnlog my @vnlog_headers; if($options{vnlog}) @@ -952,9 +955,6 @@ sub mainThread # # - 3d plots require $options{domain}, and dictate "x y" for the domain instead of just "x" - # latest domain variable present in our data - my $latestX; - # The domain of the current point my @domain;