step Subroutine

public subroutine step(x, y, where, label, linestyle, color, linewidth)

Create a step plot

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: x(:)
real(kind=wp), intent(in) :: y(:)
character(len=*), intent(in), optional :: where
character(len=*), intent(in), optional :: label
character(len=*), intent(in), optional :: linestyle
character(len=*), intent(in), optional :: color
real(kind=wp), intent(in), optional :: linewidth