fplot 1.7.1
A Fortran library providing a convenient interface for plotting with Gnuplot.
|
Sets a numeric value into a scatter_plot_data object. More...
Public Member Functions | |
subroutine | spd_set_value (this, index, x) |
Sets a numeric value into a scatter_plot_data object.
[in,out] | this | The scatter_plot_data object. |
[in] | index | The index of the value to retrieve. |
[in] | x | The value. |
Definition at line 5813 of file fplot_core.f90.
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.