I am plotting Linear fits of data. I cannot find an option that allows me to get the slope of the linear plot. Anyhelp here please? Er, no Labview available.
The Analysis->Fit Linear and Tools->Linear Fit menu commands print slope and intercept to the results log. Use the stat object to obtain those values programmatically.
>>Er, no Labview available.
That's OK. LabView is not required.
...You can add a text label to your graph showing the slope and intercept as follows.
1. With graph active run Analysis->Fit Linear. 2. Enter this LabTalk command in the script window...
Open Custom.ogs in notepad and replace the script under the [Main] section with your script. That section is run by the Custom Routine button on Origin's standard toolbar.