Parameters x - stem positions. y - stem heights. linefmt - line format. markerfmt - marker format. basefmt - base format. label - legend label. bottom - baseline value.
| Type | Intent | Optional | 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 |