Node: gnuplot_setaxisformat, Next: gnuplot_setcoordinatesystem, Previous: gnuplot_replot, Up: Atomic Routines
Sets the format for an axis.
BAD_SIGNAL
: Called with a dissociated pointer
interface integer function gnuplot_setaxisformat(ptr_gctrl) result(status) type(gnuplot_ctrl), pointer :: ptr_gctrl character(len=*), intent(in) :: axis,axisformat end function gnuplot_setaxisformat end interface |