#include "petsc.h" int DrawLGAddPoint(DrawLG lg,PetscReal *x,PetscReal *y)Not Collective, but ignored by all processors except processor 0 in DrawLG
lg | - the LineGraph data structure | |
x, y | - the points to two vectors containing the new x and y point for each curve. |
Level:intermediate
Location:src/sys/src/draw/utils/lg.c
Graphics (Draw) Index
Table of Contents