From ed83f99a6519c57373b6b0d348b11fd8f8a62ea2 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Tue, 8 Sep 2009 11:32:22 -0700 Subject: [PATCH] xlen is floating point. It's not the number of points anymore Ignore-this: bc98aeef65fa61ec7d2dba925150a899 darcs-hash:20090908183222-0cb85-b32209e91a32d3b2da82b7c026ba51095c002d9e.gz --- driveGnuPlots.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driveGnuPlots.pl b/driveGnuPlots.pl index 109ed77..16d7cba 100755 --- a/driveGnuPlots.pl +++ b/driveGnuPlots.pl @@ -34,7 +34,7 @@ GetOptions(\%options, "ylabel=s", "y2label=s", "title=s", - "xlen=i", + "xlen=f", "ymin=f", "ymax=f", "y2min=f",