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

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