I was wondering if anybody has tried saving the bargraphs/linegraphs/piecharts they created with JSci as an image into a jpg or png file? Thanks again!...
... I think this is possible if you have J2SE 1.4.1 or appropriate 3rd party libraries. You would need to do something like: BufferedImage img = new...
Hi, New version available for download. Here's a list of what's new: - added BarGraph/JBarGraph, rename existing one to LayeredBarGraph - added printing...
Hi- I have been using Jsci for a few months and I was very happy to stumble accross it instead of reinventing the wheel. I'm doing some java & DSP filter...
Hi Jeff, Currently, the graphs don't allow for a logarithmic scale. But, I could probably add that feature over the weekend. If you want to DIY, then you...
Hi, Yes, I am definitely interested in adding computational differentiation to JSci. Mark ... derivatives in Java. See <http://www.autodiff.org/> for more on ...
Hi, I have some questions: a) in CVS HEAD of today there are ^Z (ASCII 26) characters in lots of files. How can I get rid of these? I'm using the Eclipse CVS...
... of ... Try re-saving the files in notepad/wordpad. Are the latest revisions effected by ctrl-z or just old files? ... crosscorrelation ... the ... to ... ...
Mark, ... All affected files were from CVS HEAD, thus the newest revisions available. Haven't checked them all for age, but this one is relatively new:...
dear sirs, i have been using JSci recently. it worked fine. however when i have attempted using the eigenSolveSymmetric(x,v) function, i get an error saying "...
Salih, the second parameter receiving the eigenvectors in eigenSolveSymmetric is missing. There is no function eigenSolveSymmetric with only one parameter. ...
hi I currently use the j2sdk1.4.1 on XP. I download the lastest version of JSci(version 0.9011, 14/04/03 20:38, 2.47MB) and follow the instructions to install...
Hi, JSci version 0.91 has been released. The main improvement has been to the graph classes. They should behave much more robustly and include new features...
Hi, I'm a using this nice Jsci api to create line graphs for my school project, which really saves me the trouble of reinventing the wheel. I'm acquiring data...
Hi, A data acquisition program in Java, neat!!! If you have subclassed AbstractGraphModel then fireGraphDataChanged() is the correct method to use. (Note it...
Hi, I have now released version 0.911 of JSci. Some of the new changes may break existing code, but should be easy to fix. Changes are as follows: - JUnit test...
Downloaded today and playing around with ... Created a new NormalDistribution object, nd, with the constructor NormalDistribution(double[] array). Called...