DrawLGAddPoints

Adds several points to each of the line graphs. The new points must have an X coordinate larger than the old points.

Synopsis

int DrawLGAddPoints(DrawLG lg,int n,double **xx,double **yy)
Not Collective, but ignored by all processors except processor 0 in DrawLG

Input Parameters

lg - the LineGraph data structure
xx,yy - points to two arrays of pointers that point to arrays containing the new x and y points for each curve.
n - number of points being added

Keywords

draw, line, graph, add, points

See Also

DrawLGAddPoint()

Location: src/draw/utils/lg.c
Graphics (Draw) Index
Table of Contents