Go to the first, previous, next, last section, table of contents.


ifplot, conplot, plot, polarplot, plotover

ifplot(func [,geometry] [,xrange] [,yrange] [,id] [,name])
:: Displays real zeros of a bi-variate function.
conplot(func [,geometry] [,xrange] [,yrange] [,zrange] [,id] [,name])
:: Displays real contour lines of a bi-variate function.
plot(func [,geometry] [,xrange] [,id] [,name])
:: Displays the graph of a univariate function.
polarplot(func [,geometry] [,thetarange] [,id] [,name])
:: Displays the graph of a curve given in polar form.
plotover(func,id,number)
Plots on the existing window real zeros of a bivariate function.
return
integer
func
polynomial
geometry xrange yrange zrange
list
id number
integer
name
string


References
section ox_launch, ox_launch_nox, ox_shutdown, section ox_reset,ox_intr,register_handler


Go to the first, previous, next, last section, table of contents.