fplot 1.7.1
A Fortran library providing a convenient interface for plotting with Gnuplot.
Loading...
Searching...
No Matches
fplot_core::spd_set_value Interface Reference

Sets a numeric value into a scatter_plot_data object. More...

Public Member Functions

subroutine spd_set_value (this, index, x)
 

Detailed Description

Sets a numeric value into a scatter_plot_data object.

Parameters
[in,out]thisThe scatter_plot_data object.
[in]indexThe index of the value to retrieve.
[in]xThe value.

Definition at line 5813 of file fplot_core.f90.

Constructor & Destructor Documentation

◆ spd_set_value()

subroutine fplot_core::spd_set_value::spd_set_value ( class(scatter_plot_data), intent(inout) this,
integer(int32), intent(in) index,
real(real64), intent(in) x )

Definition at line 5813 of file fplot_core.f90.


The documentation for this interface was generated from the following file: