What I want is a bar graph that has seven segments divided into
24 blocks on the X axis. This means there would be 168 columns
total, one per hour for a whole week.
X axis would look like this, approx:
| 1 | 2 | 3 | 4 |...| 23 | 24 | 1 | 2 | 3 | 4 |... (etc) |
| ---------> Sunday <-------- | --------> Monday <------ |(etc.)
The Y axis would be the number for that hour and day.
The number of files is much more important than their size so for
the sample data set I've dumped it.
Here is a sample data set that is a bit more complete.
(Time) (Day) (Day #)
12:01:00 AM Sunday 1
12:02:00 AM Sunday 1
02:02:00 AM Sunday 1
03:03:00 AM Sunday 1
04:01:00 AM Sunday 1
05:01:00 AM Sunday 1
05:02:00 AM Sunday 1
05:03:00 AM Sunday 1
06:01:00 AM Sunday 1
07:01:00 AM Sunday 1
07:02:00 AM Sunday 1
07:03:00 AM Sunday 1
12:01:00 AM Monday 2
12:01:00 AM Monday 2
12:01:00 AM Monday 2
01:01:00 AM Monday 2
02:02:00 AM Monday 2
03:03:00 AM Monday 2
12:01:00 AM Tuesday 3
12:01:00 AM Tuesday 3
01:01:00 AM Tuesday 3
02:02:00 AM Tuesday 3
03:03:00 AM Tuesday 3
12:01:00 AM Wednesday 4
01:01:00 AM Wednesday 4
02:02:00 AM Wednesday 4
03:03:00 AM Wednesday 4
03:07:00 AM Wednesday 4
03:09:00 AM Wednesday 4
03:13:00 AM Wednesday 4
03:15:00 AM Wednesday 4
03:21:00 AM Wednesday 4
So the first column on Sunday would have two entries, the second
column would be empty, the third column would one entry.
The fourth column on Wednesday would have six entries.
Is this clearer?
Thanks,
Allen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]