|
From: BBands <bb...@gm...> - 2011-05-07 14:05:03
|
On Sat, May 7, 2011 at 2:18 AM, e-letter <in...@gm...> wrote: > Is it possible to use php with gnuplot, as php is used with jpgraph? > Would prefer to use php with gnuplot to avoid having to learn a new > tool :) Sure. I use gnuplot from visual basic via a simple class I wrote and from Python via gnuplot.py. Here is a simple php class to get you started. http://php-gnuplot.sourceforge.net/ I am happier setting up very simple inter-process communication and passing command strings directly to gp than using all the helper stuff so the simplest of interfaces is what I like. Good luck, jab |