I have a linear equation y = mx + b that I obtained by fitting a line-of-best-fit to a series of data.
How would I get the equivalent formula if I wanted to plot the same line using log-log axes?
In other words, if the new formula is log(y) = z*log(x) + c , what would I have to do to change my original m and b values to turn them into the z and c values?