I've read that using log scales when charting/graphing is appropriate in certain circumstances, like the y-axis in a time series chart. However, I've not been able to find a definitive explanation as to why that's the case, or when else it would be appropriate. Please keep in mind, I'm not a statistician so I may be missing the point altogether and if that's the case I'd appreciate direction to remedial resources.
|
|
This is a very interesting question, and one that too few people think about. There are several different ways that a log scale can be appropriate. The first and most well known is that mentioned by Macro in his comment: log scales allow a large range to be displayed without small values being compressed down into bottom of the graph. A different reason for preferring a log scaling is in circumstances where the data are more naturally expressed geometrically. An example is when the data represent concentration of a biological mediator. Concentrations cannot be negative and the variability almost invariably scales with the mean (i.e. there is heteroscedastic variance). Using a logarithmic scale or, equivalently, using the log concentration as primary the measure both 'fixes' the uneven variability and gives a scale that is unbounded on both ends. The concentrations are probably log-normally distributed and so a log scaling gives us a very convenient result that is arguably 'natural'. In pharmacology we use a logarithmic scale for drug concentrations far more often than not, and in many cases linear scales are only the product of non-pharmacologists dabbling with drugs ;-) Another good reason for a log scale, probably the one that you are interested in for time-series data, comes from the ability of a log scale to make fractional changes equivalent. Imagine a display of the long-term performance of your retirement investments. It (should) be growing roughly exponentially because tomorrow's interest depends on today's investment (roughly speaking). Thus even if the performance in percentage terms has been fairly constant a graph of the funds will appear to have grown most rapidly at the right hand end. With a logarithmic scale a constant percentage change is seen as a constant vertical distance so a constant growth rate is seen as a straight line. That is often a substantial advantage. Another slightly more esoteric reason for choosing a log scale comes in circumstances where values can be reasonably expressed either as x or 1/x. An example from my own research is vascular resistance which can also be sensibly expressed as the reciprocal, vascular conductance. (It is also sensible in some circumstances to think of the diameter of the blood vessels which scale as a power of resistance or conductance.) Neither of those measures has any more reality than the other and both can be found in research papers. If they are scaled logarithmically then they are simply the negative of each other and the choice of one or the other makes no susbstantive difference. (Vascular diameter will differ from resistance and conductance by a constant multiplier when they are all log scaled.) |
|||||||||||||
|
|
Some real life examples I had to hand as an addition to @Michael Lew's very good answer. First, the two time series plots below show monthly visitor arrivals to New Zealand, available from Statistics New Zealand. Both plots have their purpose, but I find the one with the vertical axis on a logarithmic scale spectacularly useful for many more purposes than the first one. For example, you can see that the seasonality in arrivals stays roughly proportional to the scale of the arrivals; and you can see the significant changes in growth rate (eg during the second world war) which are just invisible on the original scale.
Second, the plots below show total trip-related spend by tourists to New Zealand, compared to the spend while they are actually in New Zealand. The source is the International Visitors Survey by Ministry of Economic Development. The difference is pre-trip expenditure, eg hotels or packages paid in advance. The first plot, on the original scale, can be used for few purposes other than a very crude (but important) impression of the data being grouped in the bottom left corner. The second plot sacrifices some immediate interpretability, particularly for non-statisticians (because of this, I would normally now actually use a logarithmic scale on the axes, rather than transform the data and have the scale showing the logarithmic value), but gives a lot more visual differentiation. For example, you can clearly spot the few outliers (which turned out to be data editing errors) where total spend was less than spend in New Zealand. Perhaps more importantly, you could use this graph with different colors or faceting to show how different market countries or purpose of visit (eg holiday v. visiting friends and family) occupy different parts of the expenditure "space" - something that would just be invisible on the original axes. Turning this plot into something useful would involve somehow dealing with the high density data (eg by adding some transparency to the points, or replacing points with hexagonal bins colored according to density) but any useful visual solution will almost certainly involve logarithmic axes.
edit / addition Another plot to illustrate what I meant by the hexagonal bins, using color to represent density when there is a large dataset (in this case, about 12000 respondents to a survey about Rugby World Cup experiences in New Zealand). Note again this is another example where I've used a logarithmic scale for expenditure.
|
|||||||||||
|
|
One other nifty thing about log scales is that they make ratios appear symmetric. For example, like this:
|
|||||
|



