Add streamline trajectory to figure as line plot
Type | Intent | Optional | 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) |