|
From: <br...@ph...> - 2006-07-17 20:17:12
|
Kim Leng Goh wrote: > "PlotWS provides a graph generation WebService. It is implemented as a > wrapper around gnuplot and exposes a subset of gnuplot's > functionality. The Web Service layer is implemented using Apache AXIS." > Below, I like to share some steps I took to get the PlotWS software > working on my Red Hat 9.0 system. Hopefully, they could be of help to others. I don't think that this is the right place to post this. This is the gnuplot mailing list. It has nothing to do with PlotWS. Any reports you want to make about that software should be addressed at its autors. > 1) Modify GraphSoapBindingImpl.java and change > exe.run(exeGnuPlot + " \"" + cmdsFile + "\"", _tempDir, null); > to > exe.run(exeGnuPlot + " " + cmdsFile, _tempDir, null); I don't think that's a good change. After your change, any use of a plot filename containing blanks would fail. This change breaks more than it fixes > Perhaps, PlotWS could be added to the links page, > http://www.gnuplot.info/links.html under Java (where it says " Version > for Java and others: please contribute.") Does it actually offer two-way interaction, i.e. are clicks onto the plot fed back into gnuplot? |