DrawHGAddValue

Adds another value to the histogram.

Synopsis

#include "petsc.h" 
int DrawHGAddValue(DrawHG hist,PetscReal value)
Not Collective (ignored except on processor 0 of DrawHG)

Input Parameters

hist - The histogram
value - The value

Contributed by: Matthew Knepley

Keywords

draw, histogram, graph, add, point

See Also

DrawHGAddValues()

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