Sets scaling along different axes.
BAD_SIGNAL : Called with a dissociated pointer.
interface
integer function gnuplot_setscale(ptr_gctrl,axis,scale) &
result(status)
type(gnuplot_ctrl), pointer :: ptr_gctrl
character(len=*), intent(in) :: axis
character(len=3), intent(in) :: scale
end function gnuplot_setscale
end interface
|