|
From: Hans-Bernhard B. <br...@ph...> - 2005-05-22 15:05:20
|
Bhatt, Shivangi wrote: > I would like to be able to invoke gnuPlot from an asp script and be able to > send commands to gnuPlot and then display the resulting graph on the > webpage. Any help on this matter would be greatly appreciated. Open a command pipe to pgnuplot.exe or gnuplot.exe, and use it like you would use the standalone program. |