hlines Subroutine

public subroutine hlines(y, xmin, xmax, colors, linestyles, linewidth, label)

Draw one or more horizontal lines at y values between xmin and xmax

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), contiguous :: y(:)
real(kind=wp), intent(in) :: xmin
real(kind=wp), intent(in) :: xmax
character(len=*), intent(in), optional :: colors
character(len=*), intent(in), optional :: linestyles
real(kind=wp), intent(in), optional :: linewidth
character(len=*), intent(in), optional :: label