[Orca-users] Re: Orca stopped logging....
Michael DuFresne
xdufresn at raytheon.com
Thu Sep 30 18:34:55 PDT 1999
From: Michael DuFresne <xdufresn at raytheon.com>
Blair Zajac wrote:
>
> Oops, you sent me the lines around 533 in orcallator.se instead of
> orca.
One of these days I'll learn how to read ;-}
}
my @legends;
my $max_legend_length = 0;
for (my $i=0; $i<$data_sources; ++$i) {
my $legend = ::replace_group_name($plot_ref->{legend}[$i],
$group);
my $line_type = $plot_ref->{line_type}[$i];
my $color = $plot_ref->{color}[$i];
push(@options, "$line_type:average$i#$color:$legend");
$legend =~ s:%:\200:g;
$legend =~ s:\200:%%:g;
my $legend_length = length($legend);
$max_legend_length = $legend_length if $legend_length >
$max_legend_length;
push(@legends, $legend);
}
$legend =~ s:%:\200:g; is line 533 of orca.
--
Mike/TeamNOC
We defeated the enemy with teamwork, and the hammer of not bickering.
The Shoveller
--------------------------- ONElist Sponsor ----------------------------
?? BETA TEST our free, real-time technical support service with live experts !!
go to EXPERTCITY.COM
<a href=" http://clickme.onelist.com/ad/expertcity6 ">Click Here</a>
------------------------------------------------------------------------
More information about the Orca-users
mailing list