DrawLGCreate

Creates a line graph data structure.

Synopsis

int DrawLGCreate(Draw win,int dim,DrawLG *outctx)
Collective over Draw

Input Parameters

win - the window where the graph will be made.
dim - the number of line cures which will be drawn

Output Parameters

outctx -the line graph context

Keywords

draw, line, graph, create

See Also

DrawLGDestroy()

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