How to display exponential results?

36 Views Asked by At

So I have some results which are both exponential, but this is expected, however I want to graphically display these results. I think the best way to display them is via a line chart, but of course the exponential nature of the data makes the line graph pretty unintelligible.

Here is the data: Exponential Data

And here is the graph i've got at the moment. Graph

My question is, what would be the best way to show these results? Would taking the log be the correct method?