dm_plot_read Function

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

Returns number of bytes read from Gnuplot, and plot data in bytes.

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_read~~CallsGraph proc~dm_plot_read dm_plot_read proc~dm_pipe_close2 dm_pipe_close2 proc~dm_plot_read->proc~dm_pipe_close2 proc~dm_pipe_read dm_pipe_read proc~dm_plot_read->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