[25463] in Athena Bugs
Re: linux 9.2.25: xess
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Thu Jan 22 14:14:05 2004
Message-Id: <200401221913.i0MJDfEg000315@dit.mit.edu>
To: foley@mit.edu
In-reply-to: "[25454] in Athena Bugs"
Date: Thu, 22 Jan 2004 14:13:41 -0500
From: Alex T Prengel <alexp@mit.edu>
cc: alexp@mit.edu
cc: bugs@mit.edu
Errors-To: bugs-bounces@mit.edu
>>>What's wrong:
>>>When I graph before the year change, it works fine. however, if the
>>>period spans over the year change, the graph goes into a very strange
>>>y-axis as labels instead of numbers.
I think I've figured this out. Cell B30 in the sample spreadsheet you
pointed me to contains a string, not a number. It just happens to be
on the row where the date changes to 2004. When I reset it to a number
everything looked OK (to me anyway). If xess sees even one string in a
range where everything else is a number, it treats them all as strings
and it produces some sort of scatter plot instead of the numeric graph
you were expecting.
Alex