Character string that passes any X11 options to the GNUPlot session, such as -persist,-background,-clear,-raise,-noraise,-tvtwm,-gray,or -mono.
Initiates a gnuplot session.
interface function gnuplot_init(xoption) result(ptr_gctrl) character(len=*), intent(in) :: xoption end function gnuplot_init end interface |