Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm looking (have looked on Google, no luck) for a Java library that can produce graphs of mathematical functions and equations. It would be great if I could us it as a JComponent for adding to frames, but I can do without. If there aren't any good ones I'll probably make one anyway.
Thanks in advance
Did you check jfreechart?
http://www.jfree.org/jfreechart/samples.html
As jfreechart uses data series you will have to sample your matchematical functions.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Could someone recommend me lightweight, easy to use Java library for stochastic gradient descent optimization?
This may be a late reply. Try MLLib by apache (part of SPARK project) or WEKA. Only to optimize a linear regression, you might like to code yourself rather than going for a library.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I've been looking for a way to plot complex numbers on the unit circle in Java like this
But I haven't found any. I'd like to ask if you have some idea about library which could be used, or any other way. Thank you.
Just look at this. This is a part of this project.
This class generates following:
Make sure to google first:
How do I plot 2 points in a graph in a GUI?
How to create Java GUI program for complex mathematical equations
or read the java tutorial:
https://docs.oracle.com/javase/tutorial/2d/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I would like to create a Circular/Ring chart on Android.
the result I want to achieve is the following:
Is there a library or any default way to create this?
Yes. Checkout this library.
It provides a comprehensive library to draw charts just like the way you want.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I search a Library or a way to Display a Graph in Java like the picture in the attachment, have somebody a Tip for me or a Example?
You may want to try jzy3d
See also this comparison
If you Google for "java scatter plot library" you may find other libraries too.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have a Digital Terrain Model in .asc format. It's basically a matrix of points, and every point has it's altitude stored. So I'm looking for a library (or something to use) to create a 3d map starting from this file. I'd prefer to use either c# or Java.
Thanks!
This library support that format.
http://www.jpct.net/about.html