From dec8b6cac6f27a44258136840d37087f338c17d4 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Tue, 4 Aug 2009 14:36:11 -0700 Subject: [PATCH] thicker lines for y2 plots Ignore-this: 5b2e5aabe42c4324fd60de747874cefd darcs-hash:20090804213611-0cb85-fdbb83b21fbf16161ee5392a1add972982868fbe.gz --- driveGnuPlots.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driveGnuPlots.pl b/driveGnuPlots.pl index d382872..e8bbfd3 100755 --- a/driveGnuPlots.pl +++ b/driveGnuPlots.pl @@ -108,7 +108,7 @@ sub main { push @extraopts, ("notitle") x ($numberOfStreams - @extraopts); # For the values requested to be printed on the y2 axis, set that - foreach my $y2idx (@{$options{"y2"}}) { $extraopts[$y2idx] .= " axes x1y2"; } + foreach my $y2idx (@{$options{"y2"}}) { $extraopts[$y2idx] .= " axes x1y2 linewidth 3"; } # This is ugly, but "([]) x $numberOfStreams" was giving me references into a single physical list for(my $i=0; $i<$numberOfStreams; $i++) {