mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-26 09:08:09 +08:00
fixed regression for --monotonic
This commit is contained in:
@@ -877,6 +877,9 @@ sub mainThread
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# latest domain variable present in our data
|
||||||
|
my $latestX;
|
||||||
|
|
||||||
# column headers from vnlog
|
# column headers from vnlog
|
||||||
my @vnlog_headers;
|
my @vnlog_headers;
|
||||||
if($options{vnlog})
|
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"
|
# - 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
|
# The domain of the current point
|
||||||
my @domain;
|
my @domain;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user