|
From: Dave H. <da...@ho...> - 2014-09-23 07:12:45
|
In some situations it's important to know the time of a logged event, as well as the date. I can only think of four ways of doing this: Show a fractional date (not very human-readable). Append the time to the date on the x-axis somehow (will quickly run out of room as the data grows; at least dates can be interpolated). Plot the graph to some format that is clickable (I don't even know whether that is possible). Use a 3-D plot, with time on the z-axis (could look amusing). Anyone have any ideas? Thanks. -- Dave |