Sets axes ranges.
BAD_SIGNAL
: Called with a dissociated pointer
interface integer function gnuplot_setrange(ptr_gctrl,axis,lo,hi) & result(status) type(gnuplot_ctrl), pointer :: ptr_gctrl character(len=*), intent(in) :: axis real(dp), intent(in) :: lo,hi end function gnuplot_setrange end interface |