fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
figure_set_ydata_operation
Subroutine
7 statements
Source File
fortplot_figure_operations.f90
fortplot_figure_operations
figure_set_ydata_operation
Contents
public subroutine figure_set_ydata_operation(plots, plot_count, plot_index, y_new)
Update y data for an existing plot
Arguments
Type
Intent
Optional
Attributes
Name
type(
plot_data_t
),
intent(inout)
::
plots
(:)
integer,
intent(in)
::
plot_count
integer,
intent(in)
::
plot_index
real(kind=wp),
intent(in)
::
y_new
(:)