Unsets a gnuplot variable. Can be used for any character string that needs to be prepended with a unset command.
BAD_SIGNAL : Called with a dissociated pointer.
interface
integer function gnuplot_unset(ptr_gctrl,unsetstring) &
result(status)
type(gnuplot_ctrl), pointer :: ptr_gctrl
character(len=*), intent(in) :: unsetstring
end function gnuplot_unset
end interface
|