On Sunday, 11 March 2012 at 21:45:02 UTC, SiegeLord wrote:
I have been using a GNUPlot controller for my scientific work
with D for some time now, so I just wanted to announce that
such a thing exists if anybody is interested in using it or
whatnot. It supports very some basic features (hence being low
feature) which you can view in the example file:
https://github.com/SiegeLord/DGnuplot/blob/master/example.d
One unique feature that comes for free by virtue of using an
external plotting program is that you don't have to plot things
right away, but instead save the commands to a file and plot
them at a different time (by piping them to gnuplot). I use
this technique combined with sshfs to plot things remotely.
Anyway, the repository for it is here:
https://github.com/SiegeLord/DGnuplot
It requires TangoD2 to build and gnuplot 4.4.3 to run (unless
you're saving commands to a file as described above).
It works on Linux, and maybe on Windows (untested).
-SiegeLord
Forgot to mention, in case people miss it, documentation is also
available: http://siegelord.github.com/DGnuplot/doc/gnuplot.html
-SiegeLord