Node: gnuplot_plotequation3d, Next: gnuplot_plotpolarequation, Previous: gnuplot_plotequation2d, Up: Canned Routines
Plots a specified equation in three dimensions.
BAD_SIGNAL : Called with a dissociated pointer.
interface
integer function gnuplot_plotequation3d(ptr_gctrl,&
equationstring,equationtitle,xlo,xhi) result(status)
type(gnuplot_ctrl), pointer :: ptr_gctrl
character(len=*) :: equationstring
real(dp), intent(in), optional :: xlo,xhi,ylo,yhi
character(len=*), intent(in) :: equationtitle
end function gnuplot_plotequation32
end interface
|