add_streamline_to_figure Subroutine

public subroutine add_streamline_to_figure(fig, traj_x, traj_y, line_color)

Add streamline trajectory to figure as line plot

Arguments

Type IntentOptional Attributes Name
class(figure_t), intent(inout) :: fig
real(kind=wp), intent(in) :: traj_x(:)
real(kind=wp), intent(in) :: traj_y(:)
real(kind=wp), intent(in) :: line_color(3)