Skip to main content
1-Visitor
November 9, 2011
Solved

Fitting to a log log plot (Photon Transfer Curves)

  • November 9, 2011
  • 1 reply
  • 3064 views

Hi, I am trying to fit a straight line to data that is displayed on a log log plot. I can't quite get the straight line to work and assume I am messing up elementary logs. Can anyone give me a pointer to my mistake please and the best way to proceed.

thanks

Jason

Best answer by AlanStevens

You need to plot like against like! See attached

Alan

1 reply

19-Tanzanite
November 9, 2011

You need to plot like against like! See attached

Alan

Jbryant611-VisitorAuthor
1-Visitor
November 9, 2011

Thanks Alan. I like to use the 2nd of your plots (keeping the axis as logs), but then I run into the problem of not being able to find the intercept on the x-axis which is my target.

19-Tanzanite
November 9, 2011

Your intercept, c, is negative. Mathcad will only plot positive values on a log scale.

Or do you mean the value of x when y is zero (which is just -c/m)? Mathcad still won't plot this on a log-log plot because it won't go down to zero, the values must be positive). Oops, no! That's not right. When y is zero, 10^y is one, so MathCad can show this intercept - see attached.

Alan