stem Subroutine

public subroutine stem(x, y, linefmt, markerfmt, basefmt, label, bottom)

Parameters x - stem positions. y - stem heights. linefmt - line format. markerfmt - marker format. basefmt - base format. label - legend label. bottom - baseline value.

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), contiguous :: x(:)
real(kind=wp), intent(in), contiguous :: y(:)
character(len=*), intent(in), optional :: linefmt
character(len=*), intent(in), optional :: markerfmt
character(len=*), intent(in), optional :: basefmt
character(len=*), intent(in), optional :: label
real(kind=wp), intent(in), optional :: bottom