Sends a replot command to the session.
BAD_SIGNAL : Called with a dissociated pointer
interface
integer function gnuplot_replot(ptr_gctrl) result(status)
type(gnuplot_ctrl), pointer :: ptr_gctrl
end function gnuplot_replot
end interface
|