draw_line_with_style Subroutine

public subroutine draw_line_with_style(backend, x, y, linestyle, color)

Draw a line with the specified style

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), optional :: linestyle
real(kind=wp), intent(in), optional :: color(3)