|
From: jimineep <jam...@ho...> - 2008-01-11 13:58:10
|
I've just done it in perl/cgi so I don't see why php couldnt do it! I did it by saving off the data to a temporary .dat file, then running gnuplot from my script using this file, saving the output to a png file (jpeg might be possible...probably something like set term jpeg) and then getting my script to write an html output displaying this .png file. Im no expert in perl or gnuplot but it wasnt too tricky. A question for anyone who might know........is it possible for me to by pass saving off the temporary file and instead keeping a 2d array in memory and sending it straight to gnuplot Cheers -- View this message in context: http://www.nabble.com/Using-GNUplot%2C-plot-data-and-show-that-graph-into-web-browser.-tp14727326p14755136.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |