From: "Honermann Tom A." <TA.Honermann@hosp.wisc.edu>
Another fix: I think the comparison at line 1338 is backwards. What this
code is doing is looping through all the data sources that need to be
graphed on the same graph and computing the min and max values for the graph
(as defined in the config tree). As it currently is implemented, it will
graph starting at the _highest_ data source min value rather than the
_lowest_ min value. I don't think this is the desired behavior.
The fix: change line 1338 from
if (defined($ymin) && $ymin > $ym) {
to:
if (defined($ymin) && $ymin < $ym) {
> -----Original Message-----
> From: Jeff Allen [SMTP:jra@corp.webtv.net]
> Sent: Monday, January 10, 2000 3:43 PM
> To: Honermann Tom A.
> Cc: 'shanman@shanman.net'; 'cricket-users@onelist.com'
> Subject: RE: [cricket-users] ugrading to cricket ver 0.71
>
> From: Jeff Allen <jra@corp.webtv.net>
>
> Honermann Tom A. wrote:
> > I'm willing to bet that that line should be changed to:
> > my($vname, $dss) = split(/\s*:\s*/, $v, 2);
> > I suspect it was a typo that the \s* was typed \*.
>
> Yes, this is the correct fix. I have added it to my version, and I
> expect to be putting out a new Cricket in the next day or so with this
> fix and maybe some others, if you guys find things that need to be
> fixed.
>
> --
> Jeff R. Allen | jra@corp.webtv.net
> WebTV Service Engineering | http://www.munitions.com/~jra
>
> --------------------------- ONElist Sponsor ----------------------------
>
> Hey Freelancers: Find your next project through JobSwarm!
> You can even make money in your sleep by referring friends.
> <a href=" http://clickme.onelist.com/ad/jobswarm1 ">Click Here</a>
>
> ------------------------------------------------------------------------
--------------------------- ONElist Sponsor ----------------------------
Independent contractors: Find your next project gig through JobSwarm!
You can even make money by referring friends.
<a href=" http://clickme.onelist.com/ad/jobswarm2 ">Click Here</a>
------------------------------------------------------------------------
This archive was generated by hypermail 2b29 : Mon Mar 06 2000 - 19:01:09 PST