DrawSPAddPoint

Adds another point to each of the scatter plots.

Synopsis

#include "petsc.h" 
int DrawSPAddPoint(DrawSP sp,PetscReal *x,PetscReal *y)
Not Collective (ignored on all processors except processor 0 of DrawSP)

Input Parameters

sp - the scatter plot data structure
x, y - the points to two vectors containing the new x and y point for each curve.

Keywords

draw, line, graph, add, point

See Also

DrawSPAddPoints()

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