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