Talk:Lesson06

From Visual Analytics for Business Intelligence
Revision as of 05:30, 21 September 2016 by Thomasthio.2014 (talk | contribs) (Created page with "Hello everyone, I would like to share my thoughts on time series graphs that we have seen in this week's content, especially on possible improvements one can do for the Slope...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Hello everyone,

I would like to share my thoughts on time series graphs that we have seen in this week's content, especially on possible improvements one can do for the Slope Graph and Horizon Graph. Feel free to give your feedback or counterpoints!

Reason being is that I do see them being useful in giving an intuitive insight, but I am not so sure they can handle data of higher dimensions. For example, the Slope Graph shows change between two time periods well, but if one adds more intervals, it would start to amass lines, similar to how Parallel Coordinates (PC) graphs look. However, PC could filter/exclude without losing the meaning because they are looking at relationships. If we Filter off the Slope Graph, it would lose some meaning, as the relationships have to be present in order to compare the rankings between countries for example.

A possible improvement is to add color to represent the change, or rate of change between intervals, and making it interactive, such as brushing + highlighting effect to track the progress of a singular record. This way, adding more time intervals could be resolved, and allows the user to handle complexity better.

On Horizon Graphs, I believe it has its merits in juxtaposing both the positive and negative values linearly for a large number of records, and having additional dimensions for cross-analysis may become excessive for the user to handle due to the lack of space and color. For example when plotting Horizon Graphs for stock data, price is the main attribute, or perhaps total assets of the company. However, looking at this one dimension alone may not be sufficient. What if we need to add more - how would a Horizon Graph be able to handle this?

Well, we could use additional colors I suppose, but perhaps 2-3 dimension after, it would start looking like a graph of a rainbow. Instead, I thought of combining the Horizon Graph together with the Stacked Area chart concept, then swapping the y-axis to a logarithmic scale - to represent a change, rather than absolute values. Of course, this use case is limited to looking at change over time, and one may still need to see the absolute values. In this case, perhaps using animations to swap between the scales, or even generating charts to represent the dimensions on mouse hover could work.

Please let me know on your thoughts - looking forward to possibly implementing one of these! - Thomas Thio