dm_plot_error Function

public function dm_plot_error(plot, bytes) result(n)

Returns Gnuplot's standard error output in allocatable character string bytes. The result is allocated but empty if no output to standard error has been made.

Arguments

Type IntentOptional Attributes Name
type(plot_type), intent(inout) :: plot

Plot settings.

character(len=:), intent(out), allocatable :: bytes

Bytes returned by Gnuplot.

Return Value integer(kind=i8)


Calls

proc~~dm_plot_error~~CallsGraph proc~dm_plot_error dm_plot_error proc~dm_pipe_close2 dm_pipe_close2 proc~dm_plot_error->proc~dm_pipe_close2 proc~dm_pipe_read dm_pipe_read proc~dm_plot_error->proc~dm_pipe_read c_fclose c_fclose proc~dm_pipe_close2->c_fclose proc~dm_pipe_connected dm_pipe_connected proc~dm_pipe_close2->proc~dm_pipe_connected c_fread c_fread proc~dm_pipe_read->c_fread