Runs a gnuplot load file.
BAD_SIGNAL : Called with a dissociated pointer.
interface
integer function gnuplot_load(ptr_gctrl,loadfile) &
result(status)
type(gnuplot_ctrl), pointer :: ptr_gctrl
character(len=*), intent(in) :: loadfile
end function gnuplot_load
end interface
|