petsc-3.7.5 2017-01-01
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 on 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