Pauses the session. Unlikely to be of much use in a typical program, but included for completeness.
BAD_SIGNAL : Called with a dissociated pointer
interface
integer function gnuplot_pause(ptr_gctrl,t,displaystring) &
result(status)
type(gnuplot_ctrl), pointer :: ptr_gctrl
character(len=*), intent(in) :: t
character(len=*), intent(in), optional :: displaystring
end function gnuplot_pause
end interface
|