int DrawLGAddPoints(DrawLG lg,int n,double **xx,double **yy)Not Collective, but ignored by all processors except processor 0 in DrawLG
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 |
Location: src/draw/utils/lg.c
Graphics (Draw) Index
Table of Contents