DrawLGAddPoint

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

Synopsis

int DrawLGAddPoint(DrawLG lg,double *x,double *y)
Not Collective, but ignored by all processors except processor 0 in DrawLG

Input Parameters

lg - the LineGraph data structure
x, y - the points to two vectors containing the new x and y point for each curve.

Keywords

draw, line, graph, add, point

See Also

DrawLGAddPoints()

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