> Hello, > > 1. Is there is a plotting extension for guile, or a library that I could > use in such a way? The advantage of GNUPLOT is that it can produce many > different kinds of output, including SVG and Pstricks code. If a > plotting module exists, I haven't found it yet.
For my own personal use, I have a Guile binding of GNU Plotutils. I had planned that someday I'd clean it up and making it available. It has most of the functionality of the GNU Plotutils 'graph' program. (But, I guess if you want a solution today, my vaporware isn't going to help.) -Mike Gran