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


ifplot, conplot, plot, polarplot, plotover

ifplot(func [,geometry] [,xrange] [,yrange] [,id] [,name])
:: 2 変数関数の実数上での零点を表示する.
conplot(func [,geometry] [,xrange] [,yrange] [,zrange] [,id] [,name])
:: 2 変数関数の実数上での等高線を表示する.
plot(func [,geometry] [,xrange] [,id] [,name])
:: 1 変数関数のグラフを表示する.
polarplot(func [,geometry] [,thetarange] [,id] [,name])
:: 極形式で与えられた曲線を表示する.
plotover(func,id,number)
:: すでに存在しているウィンドウへ描画する.
return
整数
func
多項式
geometry xrange yrange zrange
リスト
id number
整数
name
文字列


参照
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.