step Interface

public interface step

Module Procedures

private subroutine step_string(x, y, where, label, linestyle, color, linewidth)

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), contiguous :: x(:)
real(kind=wp), intent(in), contiguous :: 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

private subroutine step_rgb(x, y, color, where, label, linestyle, linewidth)

Arguments

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