int DrawSPAddPoints(DrawSP sp,int n,double **xx,double **yy)Not Collective (ignored on all processors except processor 0 of DrawSP)
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 |
Location: src/draw/utils/dscatter.c
Graphics (Draw) Index
Table of Contents