#include "petscdraw.h" #include "petscsys.h" PetscErrorCode PetscDrawSPAddPoint(PetscDrawSP sp,PetscReal *x,PetscReal *y)Logically Collective on PetscDrawSP
sp | - the scatter plot data structure | |
x, y | - two arrays of length dim containing the new x and y coordinate values for each of the curves. Here dim is the number of curves passed to PetscDrawSPCreate() |