mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-06-24 14:51:11 +08:00
--xlen now implies --monotonic, but ! --xlen does NOT mean ! --monotonic
This commit is contained in:
parent
07d6737dcd
commit
38312c6439
@ -203,7 +203,7 @@ sub interpretCommandline
|
|||||||
}
|
}
|
||||||
|
|
||||||
# --xlen implies an order to the data, so I force monotonicity
|
# --xlen implies an order to the data, so I force monotonicity
|
||||||
$options{monotonic} = defined $options{xlen};
|
$options{monotonic} = 1 if defined $options{xlen};
|
||||||
}
|
}
|
||||||
|
|
||||||
sub getGnuplotVersion
|
sub getGnuplotVersion
|
||||||
|
Loading…
Reference in New Issue
Block a user