stem Subroutine

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

Create a stem plot

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