Node: gnuplot_replot, Next: gnuplot_setaxisformat, Previous: gnuplot_load, Up: Atomic Routines
Sends a replot command to the session.
BAD_SIGNAL
interface integer function gnuplot_replot(ptr_gctrl) result(status) type(gnuplot_ctrl), pointer :: ptr_gctrl end function gnuplot_replot end interface