DrawHistCreate

Creates a histogram data structure.

Synopsis

int DrawHistCreate(Draw win, int bins, DrawHist *hist)
Collective over Draw

Input Parameters

win - 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

Keywords

draw, histogram, graph, create

See Also

DrawHistDestroy()

Location: src/draw/utils/hists.c
Graphics (Draw) Index
Table of Contents