An Abscissa Sample Session

This page will give you a glance of how Abscissa works. Let's assume you want to plot the following data. Copy the lines above, switch to the plot-window and use the menu command "Edit/Paste Data". You will get a plot like this:



It looks like a parabola. Let's try to fit the parameters of a parabola.

1. First you have to tell Abscissa which curve it should fit to. Click on the curve and the Browser Panel will show up. Choose the "mark as fit data" command from the pop-up-menu.



2. Open the Formula-Panel. Tool-Menu->Formula

3. Type the following formula in the text field

a*(x-x0)^2+y0
and press the "set" button

4. The parameters are listed and should get start values. Fill the field with numbers: a=1; x0=1; y0=1

5. Click on the "fit"-button and you get the correct values. Other parameter properties as error and correlation are accessible with the pull down menu.



6. Click on the "show"-button to plot the fitted parabola

7. To make it look nicer click on the original curve and disable the "line"-switch in the Browser-Panel. Click on "Choose"-button and choose the "+" symbol.