hrodstein Yes. Here is an example: Make data = sin(x/8) + gnoise(.1) SetScale x, 0, 1, "", data Display data CurveFit sin data(.2,.4) /D ModifyGraph rgb(fit_data)=(1,12815,52428) This is explained in Parameters section of the the help for the CurveFit operation, third paragraph. Log in or register to post comments March 8, 2012 at 10:46 pm - Permalink
patarroyo Thanks, I am not sure what I was doing wrong. Might have been brackets versus parentheses. Works great now! Log in or register to post comments March 9, 2012 at 03:00 pm - Permalink
SetScale x, 0, 1, "", data
Display data
CurveFit sin data(.2,.4) /D
ModifyGraph rgb(fit_data)=(1,12815,52428)
This is explained in Parameters section of the the help for the CurveFit operation, third paragraph.
March 8, 2012 at 10:46 pm - Permalink
March 9, 2012 at 03:00 pm - Permalink