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


gnuplot_plot_function

gnuplot(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.