Sets axis label.
BAD_SIGNAL
: Called with a dissociated pointer.
interface integer function gnuplot_setaxislabel(ptr_gctrl,axis,axislabel) & result(status) type(gnuplot_ctrl), pointer :: ptr_gctrl character(len=*), intent(in) :: axis,axislabel end function gnuplot_setaxislabel end interface |