Histograms and graphical functions with java oscillation

Is there any predefined component in Java Swing that allows you to draw histograms or function graphs ?

If not. Does anyone know a good open source library with a license that is not GPL2.0 / 3.0? (I need a product licensed under the MIT / Apache / Eclipse / LGpl license).

early

+3
source share
3 answers

JFreeChart is a popular Java library with which you can create all kinds of charts, including histograms and graphic functions. It is licensed under the LGPL license.

-, JFreeChart, , (.. , ). API , .

+7

Batik SVG Toolkit ( Apache). Batik SVG- Swing, . , Swing, . " Swing Batik" .

SVG . , , , SVG Batik.

+3

JFreechart is a generic solution, but on their site they list other parameters with licensing information.

http://www.jfree.org/jfreechart/faq.html#FAQ13

+1
source

All Articles