hlines Subroutine

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

Draw one or more horizontal lines.

Parameters y : real(wp), contiguous, intent(in) Line positions. xmin : real(wp), intent(in) Line start value. xmax : real(wp), intent(in) Line end value.

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