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


gnuplot.plot_function

gnuplot.plot_function(f|proc=p)
:: gnuplot サーバに f のグラフを書くように頼む.
戻り値
なし
p
f
多項式または多項式のリスト
[290] gnuplot.plot_function((x+sin(x))^2);
0
[291] gnuplot.plot_function([x,x^2,x^3]);
0
参照
gnuplot.to_gnuplot_format


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