DrawSPCreate

Creates a scatter plot data structure.

Synopsis

int DrawSPCreate(Draw win,int dim,DrawSP *outctx)
Collective over Draw

Input Parameters

win - the window where the graph will be made.
dim - the number of sets of points which will be drawn

Output Parameters

outctx -the scatter plot context

Keywords

draw, scatter plot, graph, create

See Also

DrawSPDestroy()

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