dm_plot_error Function

public function dm_plot_error(plot, output, n) result(rc)

Returns Gnuplot's standard error output in allocatable character string output. The result is an empty string of length 1 if no output to standard error has been made.

Arguments

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

Plot type.

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

Bytes returned by Gnuplot.

integer(kind=i8), intent(out), optional :: n

Bytes read.

Return Value integer


Calls

proc~~dm_plot_error~~CallsGraph proc~dm_plot_error dm_plot_error proc~dm_is_error dm_is_error proc~dm_plot_error->proc~dm_is_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_is_connected dm_pipe_is_connected proc~dm_pipe_close2->proc~dm_pipe_is_connected c_fread c_fread proc~dm_pipe_read->c_fread proc~dm_pipe_read->proc~dm_pipe_is_connected