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


gnuplot_plot_function

gnuplot(f|proc=p)
:: ask the gnuplot server to draw a graph of f
return
Void
p
Number
f
Polynomial or a list of polynomials
[290] gnuplot_plot_function((x+sin(x))^2);
0
[291] gnuplot_plot_function([x,x^2,x^3]);
0
Reference
gnuplot_to_gnuplot_format


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