dm_plot_version Function

public function dm_plot_version(name, found) result(version)

Uses

  • proc~~dm_plot_version~~UsesGraph proc~dm_plot_version dm_plot_version module~dm_util dm_util proc~dm_plot_version->module~dm_util module~dm_error dm_error module~dm_util->module~dm_error module~dm_kind dm_kind module~dm_util->module~dm_kind module~dm_error->module~dm_kind module~dm_ascii dm_ascii module~dm_error->module~dm_ascii iso_fortran_env iso_fortran_env module~dm_kind->iso_fortran_env

Returns Gnuplot version as allocatable string. This function is quite slow as Gnuplot has to be started in a new process.

Arguments

Type IntentOptional Attributes Name
logical, intent(in), optional :: name

Add prefix gnuplot/.

logical, intent(out), optional :: found

Returns .true. if Gnuplot has been found.

Return Value character(len=:), allocatable

Version string.


Calls

proc~~dm_plot_version~~CallsGraph proc~dm_plot_version dm_plot_version interface~dm_present dm_present proc~dm_plot_version->interface~dm_present proc~dm_is_ok dm_is_ok proc~dm_plot_version->proc~dm_is_ok proc~dm_pipe_close dm_pipe_close proc~dm_plot_version->proc~dm_pipe_close proc~dm_pipe_open dm_pipe_open proc~dm_plot_version->proc~dm_pipe_open proc~dm_pipe_read dm_pipe_read proc~dm_plot_version->proc~dm_pipe_read c_pclose c_pclose proc~dm_pipe_close->c_pclose proc~dm_pipe_is_connected dm_pipe_is_connected proc~dm_pipe_close->proc~dm_pipe_is_connected c_popen c_popen proc~dm_pipe_open->c_popen proc~dm_f_c_string dm_f_c_string proc~dm_pipe_open->proc~dm_f_c_string proc~dm_pipe_open->proc~dm_pipe_is_connected c_fread c_fread proc~dm_pipe_read->c_fread proc~dm_pipe_read->proc~dm_pipe_is_connected