fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
update_plot_ydata
Subroutine
19 statements
Source File
fortplot_figure_plot_management.f90
fortplot_figure_plot_management
update_plot_ydata
Contents
public subroutine update_plot_ydata(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
(:)