mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
fixed regression for --monotonic
This commit is contained in:
parent
4bef974306
commit
5d3b6bc6af
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user