spd_get_cmd Function

public function spd_get_cmd(this) result(x)

Gets the GNUPLOT command string to represent this scatter_plot_data object.

Type Bound

scatter_plot_data

Arguments

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

The scatter_plot_data object.

Return Value character(len=:), allocatable

The command string.


Contents