petsc-3.3-p7 2013-05-11

PetscDrawHGCreate

Creates a histogram data structure.

Synopsis

#include "petscsys.h" 
PetscErrorCode  PetscDrawHGCreate(PetscDraw draw, int bins, PetscDrawHG *hist)
Collective over PetscDraw

Input Parameters

draw - The window where the graph will be made
bins - The number of bins to use

Output Parameters

hist -The histogram context

See Also

PetscDrawHGDestroy()

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