fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
add_streamline_to_figure
Subroutine
22 statements
Source File
fortplot_streamplot_core.f90
fortplot_streamplot_core
add_streamline_to_figure
Contents
public subroutine add_streamline_to_figure(fig, traj_x, traj_y, line_color)
Uses
fortplot_plot_data
Add streamline trajectory to figure as line plot
Arguments
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)