DrawSPAddPoints

Adds several points to each of the scatter plots.

Synopsis

int DrawSPAddPoints(DrawSP sp,int n,double **xx,double **yy)
Not Collective (ignored on all processors except processor 0 of DrawSP)

Input Parameters

sp - 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

DrawSPAddPoint()

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