Same as dual vertical axes chart, multiple axes chart is commonly used in data analysis and software, especially when comparing datasets with different units, to present the relation between multiple datasets in their original values, such as which dataset has increased more or less.
However, due to lack of an algorithm which can set the top scale and the bottom scale of the multiple vertical axes on such chart, many software today simply use the maximum value and minimum value of each dataset as the top scale and bottom scale of each vertical axes. The result is that all the lines are incorrectly presented as fluctuated greatly and fluctuated the same.
Period | A | B | C |
---|---|---|---|
Q1 | 100 | 100 | 45 |
Q2 | 94 | -90 | 100 |
Movement | -6 | -190 | +55 |
While there are other common alternative methods to present such relation, not only these methods cannot present the chart in original values, which can sometimes provide useful information such as an investor may want to sell a stock when it reaches certain price, but also these methods can present incorrect relation. For example, when using the well-known “base value method”, the method can present misleading relation if the base values of the compared datasets are very different in scale, ie. the base value of one dataset is 100 and the other is 20.
Period | A | B |
---|---|---|
Q1 | 100 | 20 |
Q2 | 20 | 100 |
Change | -80 | +80 |
Period | A | B |
---|---|---|
Q1 | 100 | -20 |
Q2 | -80 | -100 |
Change | -180 | -80 |
Same as dual vertical axes chart, the only method to present the correct relation between multiple datasets is to equalize the elongation of all the compared vertical axes, which none of the software today can do.
By incorporating our scaling algorithm, chart creating software will be able to further improve the effects of visualization for multiple datasets in the big data era.
Period | A | B | C |
---|---|---|---|
Q1 | 100 | 100 | 45 |
Q2 | 94 | -90 | 100 |
Movement | -6 | -190 | +55 |
Period | Selling Price | Units Sold | Sales |
---|---|---|---|
Q1 | 84 | 9,762 | 820,000 |
Q2 | 100 | 10,000 | 1,000,000 |