fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
core_set_ydata
Subroutine
6 statements
Source File
fortplot_figure_core_ops.f90
fortplot_figure_core_utils
core_set_ydata
Contents
public subroutine core_set_ydata(plots, plot_count, plot_index, y_new)
Arguments
Type
Intent
Optional
Attributes
Name
type(
plot_data_t
),
intent(inout),
allocatable
::
plots
(:)
integer,
intent(in)
::
plot_count
integer,
intent(in)
::
plot_index
real(kind=wp),
intent(in)
::
y_new
(:)