Node: gnuplot_setcoordinatesystem, Next: gnuplot_setangleunits, Previous: gnuplot_setaxisformat, Up: Atomic Routines
Sets the coordinate system.
BAD_SIGNAL : Called with a dissociated pointer
interface
integer function gnuplot_setcoordsystem(ptr_gctrl,coordsystem) &
result(status)
type(gnuplot_ctrl), pointer :: ptr_gctrl
character(len=*), intent(in) :: coordsystem
end function gnuplot_setcoordsystem
end interface
|