Create a histogram
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
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 |