Sets the plotting style of a gnuplot session.
BAD_SIGNAL : Called with a dissociated pointer.
interface
integer function gnuplot_setstyle(ptr_gctrl,plotstyle) &
result(status)
type(gnuplot_ctrl), pointer :: ptr_gctrl
character(len=*), intent(in) :: plotstyle
end function gnuplot_setstyle
end interface
|