lpd_get_cmd Function

public function lpd_get_cmd(this) result(rst)

Gets the GNUPLOT command string to represent this line_plot_data object.

Type Bound

line_plot_data

Arguments

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

The line_plot_data object.

Return Value character(len=:), allocatable

The command string.


Contents