mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
thicker lines for y2 plots
Ignore-this: 5b2e5aabe42c4324fd60de747874cefd darcs-hash:20090804213611-0cb85-fdbb83b21fbf16161ee5392a1add972982868fbe.gz
This commit is contained in:
parent
c77a8c0a43
commit
dec8b6cac6
@ -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++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user