petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscDrawLGCreate

Creates a line graph data structure.

Synopsis

#include "petscdraw.h"  
PetscErrorCode  PetscDrawLGCreate(PetscDraw draw,PetscInt dim,PetscDrawLG *outlg)
Collective on PetscDraw Many br

Input Parameters

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

Output Parameters

outlg -the line graph context Many br

Many br

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