petsc-3.5.4 2015-05-23
Report Typos and Errors

PetscDrawLGCreate

Creates a line graph data structure.

Synopsis

#include "petscdraw.h"  
PetscErrorCode  PetscDrawLGCreate(PetscDraw draw,PetscInt dim,PetscDrawLG *outctx)
Collective over PetscDraw

Input Parameters

draw - the window where the graph will be made.
dim - the number of curves which will be drawn

Output Parameters

outctx -the line graph context

See Also

PetscDrawLGDestroy()

Level:intermediate
Location:
src/sys/classes/draw/utils/lgc.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages