View Single Post
Old 12-07-2010, 11:33 AM   #2
Ashartus
First Line Centre
 
Join Date: Mar 2007
Location: Calgary
Exp:
Default

I'm not sure it's the best way to present the data, but you could make a table with the first column having the day and the second column having the time - it could just be a straight list of all events. You then create a scatter plot with the first column as the X axis and the second as the Y axis.

To do it as a scatter plot you might need to use numbers to represent the days (e.g. Monday = 1, Tuesday = 2) and use 24-hour time (e.g. 3pm = 15), though I did some quick playing around and it seemed to work using day names instead of numbers.
Ashartus is offline   Reply With Quote
The Following User Says Thank You to Ashartus For This Useful Post: