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