Long Tail chart

S

Shane Devenshire

Hi,

Just order your data by largest first, smallest last and plot as a line
chart. This is a line chart equivalent of a histogram.

In other words sort your data by the items that are going to be on the Y-axis.
 
Top