spd_set_value Interface

interface
public subroutine spd_set_value(this, index, x)

Arguments

Type IntentOptional Attributes Name
class(scatter_plot_data), intent(inout) :: this

The scatter_plot_data object.

integer(kind=int32), intent(in) :: index

The index.

real(kind=real64), intent(in) :: x

The value.

Description

Sets an indexed value from the scatter_plot_data object.