Node: gnuplot_settitle, Next: gnuplot_resetsession, Previous: gnuplot_setaxislabel, Up: Atomic Routines
Sets the plot title
BAD_SIGNAL : Called with a dissociated pointer.
interface
integer function gnuplot_settitle(ptr_gctrl,title) &
result(status)
type(gnuplot_ctrl), pointer :: ptr_gctrl
character(len=*), intent(in) :: title
end function gnuplot_settitle
end interface
|