|
From: Panayotis K. <pan...@pa...> - 2007-12-14 10:19:16
|
Hello I have created a Java wrapper for GNUPlot. I know that there is one already, but the one provided in gnuplot website is rather restricted and basically it only provides the link between gnuplot and java, and not a clean java implementation. Therefore I created a new wrapper for myself. Anyway it is called "JavaPlot" and here is the link to the project: https://sourceforge.net/projects/gnujavaplot/ I will be happy to hear any suggestions/recommendations/critics on this library. -- Panayotis |
|
From: Guido G. B. <pal...@gm...> - 2007-12-31 09:55:57
|
Is there any documentation available ? Thanks. =CE=A0=CE=B1=CE=BD=CE=B1=CE=B3=CE=B9=CF=8E=CF=84=CE=B7=CF=82 =CE=9A=CE=B1= =CF=84=CF=83=CE=B1=CE=BB=CE=BF=CF=8D=CE=BB=CE=B7=CF=82 wrote: >=20 > Hello >=20 > I have created a Java wrapper for GNUPlot. I know that there is one > already, but the one provided in gnuplot website is rather restricted > and basically it only provides the link between gnuplot and java, and > not a clean java implementation. > Therefore I created a new wrapper for myself. >=20 > Anyway it is called "JavaPlot" and here is the link to the project: > https://sourceforge.net/projects/gnujavaplot/ >=20 > I will be happy to hear any suggestions/recommendations/critics on this > library. >=20 >=20 --=20 View this message in context: http://www.nabble.com/GNUPlot-under-Java-tp14= 333230p14555826.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
|
From:
<pan...@pa...> - 2007-12-31 10:03:41
|
On 31 =CE=94=CE=B5=CE=BA 2007, at 11:56 =CE=A0=CE=9C, Guido Garcia = Bernardo wrote: > > Is there any documentation available ? > > Thanks. There is a simple README file, which tells you how to start. There is also full javadoc, which should describe what everything does. This library follows gnuplot naming conventions, so that the details =20 are found in gnuplot documentation. If you still have any problems or suggestions, I will be happy to hear =20= from you. PS: probably I should upload README & javadoc somewhere...= |
|
From: Guido G. B. <pal...@gm...> - 2007-12-31 12:28:09
|
Thank you. Now it is working like a charm. My experience with gnuplot is quite short. I think your library could help a lot. My advices : 1.- Add a complete gnujavaplot.jar for those (like me) that sometimes are too lazy to compile from the sources. 2.- Configure a project website (maybe at gnujavaplot.sourceforge.net) with the javadocs and, even more important, with a "two minutes tutorial", some examples... (I can help by sending you a skeleton proposal if you want to). 3.- Don't use "JavaPlot" as the project name, as I think it is some kind of common word that could make your project hard to distinguish from other general java plotting libraries (gnujavaplot sounds fine for me :) Regards, Guido Garcia Bernardo =CE=A0=CE=B1=CE=BD=CE=B1=CE=B3=CE=B9=CF=8E=CF=84=CE=B7=CF=82 =CE=9A=CE=B1= =CF=84=CF=83=CE=B1=CE=BB=CE=BF=CF=8D=CE=BB=CE=B7=CF=82 wrote: >=20 > There is a simple README file, which tells you how to start. > There is also full javadoc, which should describe what everything does. > This library follows gnuplot naming conventions, so that the details =20 > are found in gnuplot documentation. > If you still have any problems or suggestions, I will be happy to hear = =20 > from you. >=20 > PS: probably I should upload README & javadoc somewhere... >=20 --=20 View this message in context: http://www.nabble.com/GNUPlot-under-Java-tp14= 333230p14557040.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
|
From: puttu <pra...@ya...> - 2010-08-10 18:18:44
|
Hello Recently started using JavaPlot 0.4.0.jar for one of my application, I am continously getting followin error Please help me to resolve. "com.panayotis.gnuplot.GNUPlotException: Error while parsing 'plot' arguments. com.panayotis.gnuplot.GNUPlotExec.plot(GNUPlotExec.java:198) com.panayotis.gnuplot.GNUPlot.plot(GNUPlot.java:267) DATA.GraphConvert.defaultTerminal(GraphConvert.java:169) DATA.GraphConvert.makegraph(GraphConvert.java:116) DATA.GraphConvert.doPost(GraphConvert.java:104) javax.servlet.http.HttpServlet.service(HttpServlet.java:637) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)" -- View this message in context: http://old.nabble.com/GNUPlot-under-Java-tp14333230p29400721.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
|
From: Hans-Bernhard B. <HBB...@t-...> - 2010-08-11 19:37:52
|
On 10.08.2010 20:18, puttu wrote: > Recently started using JavaPlot 0.4.0.jar for one of my application, I am > continously getting followin error Please help me to resolve. You're asking the wrong people. This has nothing to do with gnuplot itself. You have to take this to the people using "panayotis.com" as the domain name part of their Jave code. |