I am adding trendlines to a scatter chart, and while the trendlines themselves match my data reasonably well, the equations displayed in the labels are wrong. I am using polynomial trendlines with order = 2.
I have attached an example. Taking the 'total' trace as an example, the label indicates y = 0.1x^2 + 3.1, which describes a parabola that is centered about x=0 and offset in y by 3.135, which clearly does not describe the trendline that was plotted. The equation should be more like y = a + b*(x-c)^2. Moreover, the label indicates that the y offset is ~3.1 while the data indicates it should be more like 1.8.
Does anyone else see this behavior?
-gary