points
Array of points through which a curve is to be drawn on the graph
Description
The routine ggAddAkimaCurve() draws a smooth Akima curve through the points defined in array points, with respect to the current axes as set up by the last axis definition calls. The points are not marked on the graph. If axes have not been defined, the points will be read and plotted according to the default values for axis positioning and scaling. This could result in points being outside the available drawing area or current window.
The end conditions of the curve may be set using the routines ggSetCurveStartConds() and/or ggSetCurveEndConds().