Resets the session1. Gnuplotfortran internally keeps a count of number of plots currently active. This function sets that count to zero. This might be useful in a situation where real time data is being plotted, and the user is certain that a large number of user plots do not correspond to a calling program that is in a runaway state. If you are looking for a way to issue the reset
command, see gnuplot-reset.
BAD_SIGNAL
: Called with a dissociated pointer.
interface integer function gnuplot_resetsession(ptr_gctrl) result(status) type(gnuplot_ctrl), pointer :: ptr_gctrl end function gnuplot_resetsession end interface |