render_patterned_line Subroutine

public subroutine render_patterned_line(backend, x, y, pattern)

Render a line with dash patterns

Arguments

Type IntentOptional Attributes Name
class(plot_context), intent(inout) :: backend
real(kind=wp), intent(in) :: x(:)
real(kind=wp), intent(in) :: y(:)
character(len=*), intent(in) :: pattern