Maxima snippets

Create an eps plot file directly

plot2d(1/(1-x^2),[x,-5,5],[y,-5,5],[gnuplot_term, ps], [gnuplot_out_file, "/tmp/sin.eps"]);

~~LINKBACK~~ ~~DISCUSSION~~