Edit
This allows either individual graphs or the X axis of the plot to be altered
from their initial values (following Create). Selection requires that one of the
graphs on the overall plot or the plot axes be the "active" graphical object (by
clicking on them). Clicking on one of the graphs, followed by selection of
Edit leads to an on-screen dialog.

The name of the quantity being graphed (the Y axis) is provided at the top of
the dialog. Controls are available for setting up various aspects of the overall display.
- Fit
Lists the available display/fit options:
cubic spline
skyline
point-to-point
linear least squares
quadratic least squares
cubic least squares
Fourier least squares
|
The first three do not involve data fitting but simply representation of
the data. "Cubic spline" (previously described) provides a smooth line
which passes through all the points, "skyline" presents the data in terms
of histogram, and "point-to-point" connects the individual data points
by straight lines. The remaining selections involve data fitting in a
least-squares sense, and the resulting fits are provided on the plot. "Linear",
"quadratic" and "cubic least squares" fit the data to simple linear
(two-parameter), quadratic (three-parameter) and cubic (four-parameter) forms, respectively.
Y = a + bX linear
Y = a + bX + cX2 quadratic
Y = a + bX +cX2 + dX3 cubic
"Fourier least squares" fits to a truncated Fourier series involving
seven independent parameters.
Y = a(1-cosX) + b(1-cos2X) + c(1-cos3X) +
d sinX + e sin2X + f sin3X + g
- Range
Sets the lower (From) and upper
(To) values for the Y axis. The default settings (the minimum and maximum values of the data,
respectively) may be changed, and can be restored by
clicking on Reset.
- Axis Labels
Turns labels for the Y axis "on" and "off".
- Markers
Turns data point markers "on" and "off", Type of marker is
selected from Marker Type below.
- Marker Labels
Turns labels (molecule names) associated with the markers on the
data points "on" and "off".
- Sphere
Turns the gold sphere demarking of the selected molecule "on" and "off".
- Line Width
Selections in the menu control the width of the graph lines. 1 is
thinnest, 5 is thickest.
- Marker Type
Selections in the menu designates the type of marker: square,
circle, diamond, triangle and cross.
Clicking on Done exits the dialog with all edits;
clicking on Cancel exits the dialog but any edits are lost.
Clicking on the plot axes (instead of on an individual graph) prior to
selecting Edit leads to a different dialog.

This allows setting the lower (From) and upper
(To) limits of the X axis. The default settings (the minimum and maximum values of the data,
respectively) may be changed, and can be restored by
clicking on Reset.
Clicking on Done exits the dialog with all edits;
clicking on Cancel exits the dialog but edits are lost.
Selection of Expert (in the top left hand corner) extends the
Edit dialog to address error handling.

Selection of an entry under Error uses the data in the associated column
to assign error bars to the plot.

Error data is also used to construct least squares fits (linear, quadratic,
cubic and Fourier).
Conventional least squares in one dimension involves minimizing the square
of the difference between actual data values, y(xi), and those approximated by
some fitting function, f(xi, cj), where the cj are adjustable parameters.

This assumes equal weighting of the individual data points, that is to say,
that the uncertainties (errors) in the data are uniform. If, on the other hand, the
errors are not uniform, a different expression to that given above may be preferrable.

Here, s(xi) are errors associated with data values
y(xi) (Note: Error values are normalized to the smallest error such that
zero errors will not result in indefinite values). This expression is
used by Spartan's spreadsheet.
Delete
Selection of a plot, followed by selection of
Delete removes the plot.
Section 11.2.5: Help