bar Subroutine

public subroutine bar(x, y, c, relWidth, fillColor, fillPattern, lineColor, lineWidth)

Create a bar graph

Arguments

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

x-positions of the bars' centers

real(kind=wp), intent(in), dimension(:):: y

y-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 (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~~bar~~CallsGraph proc~bar bar interface~mixval mixval proc~bar->interface~mixval plcol1 plcol1 proc~bar->plcol1 plline plline proc~bar->plline plfill plfill proc~bar->plfill

Called by

proc~~bar~~CalledByGraph proc~bar bar proc~dobar doBar proc~dobar->proc~bar proc~dohist doHist proc~dohist->proc~bar proc~hist hist proc~dohist->proc~hist proc~hist->proc~bar program~examples examples program~examples->proc~dobar program~examples->proc~dohist

Contents

None