Node: gnuplot_close, Next: gnuplot_cmd, Previous: gnuplot_init, Up: Atomic Routines
Concludes a gnuplot session
BAD_SIGNAL
interface integer function gnuplot_close(ptr_gctrl) result(status) type(gnuplot_ctrl), pointer :: ptr_gctrl end function gnuplot_close end interface