Here's my problem. I have potentially large numbers, anywhere from one hundred to one hundred million or even more. I want to feed these numbers to a chart plotter (http://benpickles.github.com/peity/ if you're curious). the problem is, when you have very large numbers the line chart ends up looking like a flat line since the numbers are so large the differences do not show up on such a small chart. But if you chart numbers like 2,5,8,10,15. you can easily see the chart line going up and to the right steeply.
So in order to plot my mini charts in a way that actually is meaningful, I need to reduce these large numbers into as small numbers as possible BUT maintain a relative difference between the numbers large enough that they plot on a chart well, like with the peity charts. I don't really need a perfect formula (not sure if one exists). If my "large" numbers are growing, I simply want single digit numbers that grow at the same relative pace as the large numbers. If they are some what flat, I want the chart to look flat, etc.
I don't have a strong math background so I don't know if there's an actual math term for this??