From 514203f76c47155f6250021e57cefd35996c4bad Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Mon, 10 Aug 2009 12:42:48 -0700 Subject: [PATCH] forgot to add GetOpt options for the y extents Ignore-this: 138384ef08603a6d473975dbc697806e darcs-hash:20090810194248-0cb85-5bbcc14d6464b27c6b794883212ea7841d97a1e5.gz --- driveGnuPlots.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/driveGnuPlots.pl b/driveGnuPlots.pl index b2c7807..9d5b90e 100755 --- a/driveGnuPlots.pl +++ b/driveGnuPlots.pl @@ -17,6 +17,8 @@ GetOptions(\%options, "ylabel=s", "y2label=s", "title=s", + "ymin=f", + "ymax=f", "y2min=f", "y2max=f", "y2=i@",