fixed regression for --monotonic

This commit is contained in:
Dima Kogan 2021-02-10 09:29:04 -08:00
parent 4bef974306
commit 5d3b6bc6af

View File

@ -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;