To Make Better Visualizations
I am going to share some lessons I learned to make visualizations better, at least not making them confusing. Visualizations are powerful tools to make users look into your data. They help to find trends, anomalies, set goals, assess performance and what not. Visualizations posses all these virtues only when they are designed well. Bar Charts Vs Pie Charts Human eyes and brains are evolved to better assess linear distances than angular. Hence, we can understand a bar chart better than a pie chart plotted on the same data. Look at the two visualizations below, which convey the same information: It becomes difficult for us to compare and infer from two sectors on pie chart even if they are adjacent. In above pie chart, all sectors look very similar, even if they are of different size. Look at the bar chart on the right, we can compare two bars even if the difference is very small - compare Product 4 (second bar) and Product 2 (third bar) in the bar chart. There is a difference of 3 ...