vlines Subroutine

public subroutine vlines(x, ymin, ymax, colors, linestyles, linewidth, label)

Draw one or more vertical lines.

Parameters x : real(wp), contiguous, intent(in) Line positions. ymin : real(wp), intent(in) Line start value. ymax : real(wp), intent(in) Line end value.

Arguments

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