DrawHGCreate

Creates a histogram data structure.

Synopsis

#include "petsc.h" 
int DrawHGCreate(Draw draw,int bins,DrawHG *hist)
Collective over Draw

Input Parameters

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

Output Parameters

hist -The histogram context

Contributed by: Matthew Knepley

See Also

DrawHGDestroy()

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