Concludes a gnuplot session
BAD_SIGNAL : Called with a dissociated pointer.
interface
integer function gnuplot_close(ptr_gctrl) result(status)
type(gnuplot_ctrl), pointer :: ptr_gctrl
end function gnuplot_close
end interface
|