fplot 1.7.1
A Fortran library providing a convenient interface for plotting with Gnuplot.
|
Retrieves a numeric value from a scatter_plot_data object. More...
Public Member Functions | |
pure real(real64) function | spd_get_value (this, index) |
Retrieves a numeric value from a scatter_plot_data object.
[in] | this | The scatter_plot_data object. |
[in] | index | The index of the value to retrieve. |
Definition at line 5800 of file fplot_core.f90.
pure real(real64) function fplot_core::spd_get_value::spd_get_value | ( | class(scatter_plot_data), intent(in) | this, |
integer(int32), intent(in) | index ) |
Definition at line 5800 of file fplot_core.f90.