Node: gnuplot_setangleunits, Next: gnuplot_setrange, Previous: gnuplot_setcoordinatesystem, Up: Atomic Routines
Sets the angle units.
BAD_SIGNAL : Called with a dissociated pointer
interface
integer function gnuplot_setangleunits(ptr_gctrl,angles) &
result(status)
type(gnuplot_ctrl), pointer :: ptr_gctrl
character(len=*), intent(in) :: angleunits
end function gnuplot_setangleunits
end interface
|