fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
init_line_plot_data
Subroutine
9 statements
Source File
fortplot_2d_plots.f90
fortplot_2d_plots
init_line_plot_data
Contents
public subroutine init_line_plot_data(plot, x, y)
Initialize basic line plot data
Arguments
Type
Intent
Optional
Attributes
Name
type(
plot_data_t
),
intent(inout)
::
plot
real(kind=wp),
intent(in)
::
x
(:)
real(kind=wp),
intent(in)
::
y
(:)