Hi,
I am looking for a simple to use non-visual graphing library to produce x-y
plots in a raster file format (similar to how pyplot works). Rather than
developing something from scratch or writing a wrapper to GNU plot
(additional dependency), I was hoping something like this already would
exist
> I am looking for a simple to use non-visual graphing library to produce x-y
plots in a raster file format (similar to how pyplot works). Rather than
developing something from scratch or writing a wrapper to GNU plot
(additional dependency), I was hoping something like this already would
exist th
Hi,
I don't know if this can help you, but in the 1980s I worked with a
library called GKS (graphic kernel system)
which I used to build such graphics like the following example:
http://bernd-oppolzer.de/fdynsb.pdf
This programs that did this were written in Pascal at that time.
It still work