petsc-3.4.5 2014-06-29

PetscDrawHGCreate

Creates a histogram data structure.

Synopsis

#include "petscdraw.h" 
#include "petscsys.h" 
#include "petscviewer.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/classes/draw/utils/hists.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages