thicker lines for y2 plots

Ignore-this: 5b2e5aabe42c4324fd60de747874cefd

darcs-hash:20090804213611-0cb85-fdbb83b21fbf16161ee5392a1add972982868fbe.gz
This commit is contained in:
Dima Kogan 2009-08-04 14:36:11 -07:00
parent c77a8c0a43
commit dec8b6cac6

View File

@ -108,7 +108,7 @@ sub main {
push @extraopts, ("notitle") x ($numberOfStreams - @extraopts); push @extraopts, ("notitle") x ($numberOfStreams - @extraopts);
# For the values requested to be printed on the y2 axis, set that # 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 # This is ugly, but "([]) x $numberOfStreams" was giving me references into a single physical list
for(my $i=0; $i<$numberOfStreams; $i++) { for(my $i=0; $i<$numberOfStreams; $i++) {