diff --git a/bin/feedGnuplot b/bin/feedGnuplot index 74fdc9a..1ad5990 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -203,7 +203,7 @@ sub interpretCommandline } # --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