hist Subroutine

public subroutine hist(d, N, db, relWidth, fillColor, fillPattern, lineColor, lineWidth)

Create a histogram

Arguments

TypeIntentOptionalAttributesName
real(kind=wp), intent(in), dimension(:):: d

Data for binning

integer, intent(in), optional :: N

Number of bins

real(kind=wp), intent(in), optional dimension(2):: db

Boundaries of bin range

real(kind=wp), intent(in), optional :: relWidth

Relative width of bars (default 0.8)

character, intent(in), optional :: fillColor

Color of bar fills

character, intent(in), optional :: fillPattern

Pattern of bar fills

character, intent(in), optional :: lineColor

Color of lines around bars

real(kind=wp), optional :: lineWidth

Width of lines around bars


Calls

proc~~hist~~CallsGraph proc~hist hist interface~mixval mixval proc~hist->interface~mixval proc~bar bar proc~hist->proc~bar proc~bindata binData proc~hist->proc~bindata proc~bar->interface~mixval plline plline proc~bar->plline plcol1 plcol1 proc~bar->plcol1 plfill plfill proc~bar->plfill proc~linspace linspace proc~bindata->proc~linspace

Called by

proc~~hist~~CalledByGraph proc~hist hist proc~dohist doHist proc~dohist->proc~hist program~examples examples program~examples->proc~dohist

Contents

None