Create a horizontal bar graph
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(:) | :: | y | y-positions of the bars' centers |
|
real(kind=wp), | intent(in), | dimension(:) | :: | x | x-positions of the bars' tops |
|
real(kind=wp), | intent(in), | optional | dimension(:) | :: | c | Color scale for bars |
real(kind=wp), | intent(in), | optional | :: | relWidth | Relative width of bars |
|
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 |