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


gnuplot.plot_function

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